diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 422bfaa..f4f8b97 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -324,7 +324,7 @@ jobs: default: true target: wasm32-wasi - run: | - curl -Lf https://github.com/bytecodealliance/wasmtime/releases/download/v0.19.0/wasmtime-v0.19.0-x86_64-linux.tar.xz | tar xJf - -C ${{ runner.tool_cache }} - echo "${{ runner.tool_cache }}/wasmtime-v0.19.0-x86_64-linux" >> $GITHUB_PATH + curl -Lf https://github.com/bytecodealliance/wasmtime/releases/download/v24.0.0/wasmtime-v24.0.0-x86_64-linux.tar.xz | tar xJf - -C ${{ runner.tool_cache }} + echo "${{ runner.tool_cache }}/wasmtime-v24.0.0-x86_64-linux" >> $GITHUB_PATH echo "CARGO_TARGET_WASM32_WASI_RUNNER=wasmtime run --" >> $GITHUB_ENV - run: cargo test --target wasm32-wasi --all -- --nocapture