File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 curl -LO https://github.com/bytecodealliance/wasmtime/releases/download/v$WASMTIME_VERSION/wasmtime-v$WASMTIME_VERSION-x86_64-linux.tar.xz
153153 tar xvf wasmtime-v$WASMTIME_VERSION-x86_64-linux.tar.xz
154154 echo `pwd`/wasmtime-v$WASMTIME_VERSION-x86_64-linux >> $GITHUB_PATH
155- echo "CARGO_TARGET_WASM32_WASI_RUNNER =wasmtime run --wasm simd --" >> $GITHUB_ENV
155+ echo "CARGO_TARGET_WASM32_WASIP1_RUNNER =wasmtime run --wasm simd --" >> $GITHUB_ENV
156156 - name : Basic build
157157 run : cargo build --verbose
158158 - name : Run tests
@@ -185,7 +185,7 @@ jobs:
185185 curl -LO https://github.com/bytecodealliance/wasmtime/releases/download/v$WASMTIME_VERSION/wasmtime-v$WASMTIME_VERSION-x86_64-linux.tar.xz
186186 tar xvf wasmtime-v$WASMTIME_VERSION-x86_64-linux.tar.xz
187187 echo `pwd`/wasmtime-v$WASMTIME_VERSION-x86_64-linux >> $GITHUB_PATH
188- echo "CARGO_TARGET_WASM32_WASI_RUNNER =wasmtime run --" >> $GITHUB_ENV
188+ echo "CARGO_TARGET_WASM32_WASIP1_RUNNER =wasmtime run --" >> $GITHUB_ENV
189189 - name : Basic build
190190 run : cargo build --verbose
191191 - name : Run tests
You can’t perform that action at this time.
0 commit comments