Skip to content

Commit

Permalink
Switch from wasm32-wasi to wasm32-wasip1 target on CI (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegNeato authored and tyranron committed Dec 3, 2024
1 parent dc19d85 commit 5fed670
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 @@ -277,7 +277,7 @@ jobs:
- juniper_axum
target:
- wasm32-unknown-unknown
- wasm32-wasi
- wasm32-wasip1
toolchain:
- stable
- beta
Expand Down

0 comments on commit 5fed670

Please sign in to comment.