Skip to content

Commit

Permalink
Merge pull request #1387 from hermit-os/wasi-workaround
Browse files Browse the repository at this point in the history
ci: install `wasm32-wasip1` for `nightly-2024-07-31`
  • Loading branch information
mkroening authored Sep 16, 2024
2 parents 63fce52 + f42a490 commit ece992a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,10 @@ jobs:
- uses: mkroening/rust-toolchain-toml@main
- run: rustup component add llvm-tools
working-directory: .
- run: rustup target add wasm32-wasi
working-directory: .
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-07-31
targets: wasm32-wasip1
- uses: mkroening/rust-toolchain-toml@main
with:
toolchain-file: 'kernel/rust-toolchain.toml'
Expand Down

0 comments on commit ece992a

Please sign in to comment.