Skip to content

Commit

Permalink
fix(ci): update to use new wasi target
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindln committed Jan 13, 2025
1 parent d922817 commit fe57909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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
- name: Install Rust
Expand Down

0 comments on commit fe57909

Please sign in to comment.