We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384b71e commit 6f3136fCopy full SHA for 6f3136f
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
echo
79
rustup target add wasm32-wasip1
80
curl https://wasmtime.dev/install.sh -sSf | bash
81
- env CARGO_TARGET_WASM32_WASI_RUNNER=~/.wasmtime/bin/wasmtime \
+ env CARGO_TARGET_WASM32_WASIP1_RUNNER=~/.wasmtime/bin/wasmtime \
82
cargo test --release --target=wasm32-wasip1
83
cargo clean -p blst --release --target=wasm32-wasip1
84
0 commit comments