Skip to content

Commit

Permalink
ci: Use wasm32-wasip1 instead of removed wasm32-wasi
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 19, 2025
1 parent 84aac6a commit 6d3652a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
run: rustup update stable
- uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: wasm32-wasi
- run: cargo test --target wasm32-wasi
target: wasm32-wasip1
- run: cargo test --target wasm32-wasip1

msrv:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6d3652a

Please sign in to comment.