Skip to content

Commit

Permalink
update target to new name for wasm32-wasip1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Feb 6, 2025
1 parent 87acc08 commit f2c4bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Compile
strategy:
matrix:
target: [x86_64-unknown-linux-musl, wasm32-wasi]
target: [x86_64-unknown-linux-musl, wasm32-wasip1]
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
Expand Down

0 comments on commit f2c4bd6

Please sign in to comment.