From 82844e101f53a0a7092ec4e1383c61ba627b531e Mon Sep 17 00:00:00 2001 From: Changqing Jing Date: Wed, 7 Feb 2024 15:29:52 +0800 Subject: [PATCH] fix abort.c test failed due to wasmtime version mismatch on CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7489419f9..fdb750319 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: run: | curl -f -L --retry 5 https://wasmtime.dev/install.sh | bash -s -- --version dev ~/.wasmtime/bin/wasmtime --version - 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/v17.0.0/wasi_snapshot_preview1.command.wasm if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then 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 tar xf wasm-tools-1.0.54-x86_64-linux.tar.gz