Skip to content

Commit

Permalink
rust-src for nightly, for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Aug 9, 2024
1 parent 19a8d89 commit 0b8ae14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wasm-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
- name: Install Rust Nightly
run: rustup toolchain install nightly
- name: Install rust-src
run: rustup component add --toolchain nightly rust-src
- name: Install wasm32 rust target
run: rustup target install --toolchain nightly wasm32-unknown-unknown
- name: make wasm-examples
Expand Down

0 comments on commit 0b8ae14

Please sign in to comment.