We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba725fe commit acbbb99Copy full SHA for acbbb99
.github/workflows/ci-wrap-test-harness.yaml
@@ -76,6 +76,10 @@ jobs:
76
run: (yarn install --nonInteractive --frozen-lockfile --prefer-offline || yarn install --nonInteractive --frozen-lockfile --prefer-offline)
77
working-directory: ./toolchain
78
79
+ - name: Install polywrap CLI
80
+ run: yarn install polywrap@0.11.0-pre.4
81
+ working-directory: ./toolchain
82
+
83
- name: Build toolchain
84
run: yarn build
85
0 commit comments