Skip to content

Commit

Permalink
fix(ci): update to new wasi target
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed Jan 13, 2025
1 parent c0ce0fd commit aa8524b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [wasm32-unknown-unknown, wasm32-wasi]
target: [wasm32-unknown-unknown, wasm32-wasip1]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit aa8524b

Please # to comment.