We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a392a9 commit eba5404Copy full SHA for eba5404
.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
curl -f -L --retry 5 https://wasmtime.dev/install.sh | bash -s -- --version dev
45
~/.wasmtime/bin/wasmtime --version
46
- curl -f -L --retry 5 -o ~/.wasmtime/bin/wasi_snapshot_preview1.command.wasm https://github.com/bytecodealliance/wasmtime/releases/download/v16.0.0/wasi_snapshot_preview1.command.wasm
+ curl -f -L --retry 5 -o ~/.wasmtime/bin/wasi_snapshot_preview1.command.wasm https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasi_snapshot_preview1.command.wasm
47
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
48
curl -f -OL --retry 5 https://github.com/bytecodealliance/wasm-tools/releases/download/wasm-tools-1.0.54/wasm-tools-1.0.54-x86_64-linux.tar.gz
49
tar xf wasm-tools-1.0.54-x86_64-linux.tar.gz
0 commit comments