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 5e071e4 commit 517ae62Copy full SHA for 517ae62
.github/workflows/main.yml
@@ -291,7 +291,7 @@ jobs:
291
- name: Locate component resources
292
run: |
293
cp c-dependencies/js-compute-runtime/xqd.wit .
294
- curl -L https://github.com/bytecodealliance/preview2-prototyping/releases/download/latest/wasi_snapshot_preview1.wasm -o wasi_snapshot_preview1.wasm
+ cp c-dependencies/js-compute-runtime/wasi_snapshot_preview1.wasm .
295
- run: yarn
296
shell: bash
297
- run: npm test
0 commit comments