Skip to content

Commit 6f3136f

Browse files
committed
.github/workflows/ci.yml: fix the failure.
1 parent 384b71e commit 6f3136f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo
7979
rustup target add wasm32-wasip1
8080
curl https://wasmtime.dev/install.sh -sSf | bash
81-
env CARGO_TARGET_WASM32_WASI_RUNNER=~/.wasmtime/bin/wasmtime \
81+
env CARGO_TARGET_WASM32_WASIP1_RUNNER=~/.wasmtime/bin/wasmtime \
8282
cargo test --release --target=wasm32-wasip1
8383
cargo clean -p blst --release --target=wasm32-wasip1
8484
echo

0 commit comments

Comments
 (0)