Skip to content

Commit

Permalink
Use renamed WASI target
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 28, 2025
1 parent 293d206 commit 0ed001a
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 @@ -152,7 +152,7 @@ jobs:
needs: check
strategy:
matrix:
target: [wasm32-unknown-unknown, wasm32-wasi]
target: [wasm32-unknown-unknown, wasm32-wasip1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0ed001a

Please sign in to comment.