Skip to content

Commit 517ae62

Browse files
author
Guy Bedford
authored
component: fixup component action to use local wasi-preview2 binary (#388)
1 parent 5e071e4 commit 517ae62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
- name: Locate component resources
292292
run: |
293293
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
294+
cp c-dependencies/js-compute-runtime/wasi_snapshot_preview1.wasm .
295295
- run: yarn
296296
shell: bash
297297
- run: npm test

0 commit comments

Comments
 (0)