We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac4b62 commit c8f8112Copy full SHA for c8f8112
.github/workflows/build.yml
@@ -134,7 +134,7 @@ jobs:
134
chmod +x ./build-exec
135
# wait for docker exec to be ready
136
timeout 10 bash -c 'until ./build-exec bundle config set --local without check; do sleep 1; done'
137
- - run: ./build-exec rustup target add wasm32-wasi # For jco build
+ - run: ./build-exec rustup target add wasm32-wasip1 # For jco build
138
- run: ./build-exec ./bin/setup
139
- run: ./build-exec bundle exec rake compile
140
- name: Pre-release configuration
0 commit comments