Skip to content

Commit eba5404

Browse files
fix abort.c test failed due to wasmtime version mismatch on CI
1 parent 0a392a9 commit eba5404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
curl -f -L --retry 5 https://wasmtime.dev/install.sh | bash -s -- --version dev
4545
~/.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
46+
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
4747
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
4848
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
4949
tar xf wasm-tools-1.0.54-x86_64-linux.tar.gz

0 commit comments

Comments
 (0)