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:
152
152
curl -LO https://github.com/bytecodealliance/wasmtime/releases/download/v$WASMTIME_VERSION/wasmtime-v$WASMTIME_VERSION-x86_64-linux.tar.xz
153
153
tar xvf wasmtime-v$WASMTIME_VERSION-x86_64-linux.tar.xz
154
154
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
156
156
- name : Basic build
157
157
run : cargo build --verbose
158
158
- name : Run tests
@@ -185,7 +185,7 @@ jobs:
185
185
curl -LO https://github.com/bytecodealliance/wasmtime/releases/download/v$WASMTIME_VERSION/wasmtime-v$WASMTIME_VERSION-x86_64-linux.tar.xz
186
186
tar xvf wasmtime-v$WASMTIME_VERSION-x86_64-linux.tar.xz
187
187
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
189
189
- name : Basic build
190
190
run : cargo build --verbose
191
191
- name : Run tests
You can’t perform that action at this time.
0 commit comments