Skip to content

Commit

Permalink
Change target wasm32-wasi to wasm32-wasip1.
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Zabala-Ferrera <[email protected]>
  • Loading branch information
ozabalaferrera committed Nov 8, 2024
1 parent e8f71dc commit b545fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- wasm32-unknown-unknown
- wasm32-wasi
- wasm32-wasip1
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit b545fbc

Please sign in to comment.