Skip to content

Commit 6d3652a

Browse files
committed
ci: Use wasm32-wasip1 instead of removed wasm32-wasi
1 parent 84aac6a commit 6d3652a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
run: rustup update stable
8080
- uses: taiki-e/setup-cross-toolchain-action@v1
8181
with:
82-
target: wasm32-wasi
83-
- run: cargo test --target wasm32-wasi
82+
target: wasm32-wasip1
83+
- run: cargo test --target wasm32-wasip1
8484

8585
msrv:
8686
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)