Skip to content

Commit

Permalink
Fix cargo-wasi installation failure in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed May 28, 2023
1 parent c54cebb commit 78bd804
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 @@ -111,5 +111,5 @@ jobs:
rustup toolchain install nightly
rustup target add wasm32-wasi
brew install wasmtime
cargo install cargo-wasi
cargo install --force --version 0.1.27 cargo-wasi --locked
just test_wasi

0 comments on commit 78bd804

Please sign in to comment.