Skip to content

Commit acbbb99

Browse files
committed
chore: install polywrap CLI when building wrap-test-harness
1 parent ba725fe commit acbbb99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-wrap-test-harness.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
run: (yarn install --nonInteractive --frozen-lockfile --prefer-offline || yarn install --nonInteractive --frozen-lockfile --prefer-offline)
7777
working-directory: ./toolchain
7878

79+
- name: Install polywrap CLI
80+
run: yarn install polywrap@0.11.0-pre.4
81+
working-directory: ./toolchain
82+
7983
- name: Build toolchain
8084
run: yarn build
8185
working-directory: ./toolchain

0 commit comments

Comments
 (0)