Skip to content

Commit

Permalink
Update "wasm32-wasi" target name
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Nov 9, 2024
1 parent 183c220 commit 0e56183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
target: [wasm32-unknown-unknown, wasm32-wasi, x86_64-unknown-redox]
target: [wasm32-unknown-unknown, wasm32-wasip1, x86_64-unknown-redox]
version: [1.74.0, stable, beta, nightly]
include:
- target: x86_64-fortanix-unknown-sgx
Expand Down

0 comments on commit 0e56183

Please sign in to comment.