Skip to content

Commit

Permalink
Fix missing toolchain on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster committed Aug 8, 2024
1 parent 27f1379 commit cf818b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup default nightly-2024-07-06
- run: rustup target add x86_64-unknown-linux-gnu
- run: rustup target add wasm32-unknown-unknown
- run: rustup component add rust-src
- run: rustup component add rust-src --toolchain nightly-2024-07-06
- run: rustup component add rust-src --toolchain wasm32-unknown-unknown
- run: |
for dir in raytrace-parallel wasm-audio-worklet; do
(cd examples/$dir &&
Expand Down

0 comments on commit cf818b7

Please sign in to comment.