Skip to content

Commit d775c1c

Browse files
authored
Merge pull request #123 from interscript/chore/unpin-ts-clone
ci: clone interscript-ts main (port merged)
2 parents 1f473da + 9f3ad28 commit d775c1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: npm
1919
- name: Clone interscript-ts (file: dependency)
2020
run: |
21-
git clone --depth=1 --branch feat/imf-runtime-ts https://github.com/interscript/interscript-ts.git ../interscript-ts
21+
git clone --depth=1 --branch main https://github.com/interscript/interscript-ts.git ../interscript-ts
2222
cd ../interscript-ts && npm ci && npm run build
2323
- name: Install dependencies
2424
run: npm ci

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: npm
3232
- name: Clone interscript-ts (file: dependency)
3333
run: |
34-
git clone --depth=1 --branch feat/imf-runtime-ts https://github.com/interscript/interscript-ts.git ../interscript-ts
34+
git clone --depth=1 --branch main https://github.com/interscript/interscript-ts.git ../interscript-ts
3535
cd ../interscript-ts && npm ci && npm run build
3636
- name: Install dependencies
3737
run: npm ci

0 commit comments

Comments
 (0)