Skip to content

Commit

Permalink
Fix wasi CI not running due to target rename in rust 1.84 (#936)
Browse files Browse the repository at this point in the history
See changelog: https://releases.rs/docs/1.84.0/
relevant excerpt:
> Support for the target named wasm32-wasi has been removed as the target is now named wasm32-wasip1. This completes the transition plan for this target following the introduction of wasm32-wasip1 in Rust 1.78. Compiler warnings on use of wasm32-wasi introduced in Rust 1.81 are now gone as well as the target is removed.
  • Loading branch information
dvdsk authored Jan 12, 2025
1 parent 582e93c commit 823814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

strategy:
matrix:
target: [wasm32-wasi]
target: [wasm32-wasip1]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 823814b

Please sign in to comment.