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: rename `wasm32-wasi` to `wasm32-wasip1`
  • Loading branch information
mkroening authored Sep 16, 2024
2 parents 63fce52 + 4ffa031 commit 2a6f779
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 @@ -162,7 +162,7 @@ jobs:
- uses: mkroening/rust-toolchain-toml@main
- run: rustup component add llvm-tools
working-directory: .
- run: rustup target add wasm32-wasi
- run: rustup target add wasm32-wasip1
working-directory: .
- uses: mkroening/rust-toolchain-toml@main
with:
Expand Down

0 comments on commit 2a6f779

Please sign in to comment.