Skip to content

Commit

Permalink
Install rust-src on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Oct 31, 2024
1 parent 4b6d343 commit e9baf97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ jobs:
node-version: 18
- name: Install Rust
run: rustup update nightly && rustup default nightly
- name: Install rust-src
run: rustup component add rust-src
- name: Test with panic backend (debug)
run: ./cargo-wasi test --target wasm32-wasip1
- name: Test with panic backend (release)
Expand Down

0 comments on commit e9baf97

Please sign in to comment.