Skip to content

Commit

Permalink
.github/workflows/ci.yml: fix the failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Sep 18, 2024
1 parent 384b71e commit 6f3136f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo
rustup target add wasm32-wasip1
curl https://wasmtime.dev/install.sh -sSf | bash
env CARGO_TARGET_WASM32_WASI_RUNNER=~/.wasmtime/bin/wasmtime \
env CARGO_TARGET_WASM32_WASIP1_RUNNER=~/.wasmtime/bin/wasmtime \
cargo test --release --target=wasm32-wasip1
cargo clean -p blst --release --target=wasm32-wasip1
echo
Expand Down

0 comments on commit 6f3136f

Please sign in to comment.