Skip to content

Commit

Permalink
fix(ci): add rust-src
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Apr 30, 2024
1 parent d3ddd5b commit 578e091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Use nightly Rust
run: |
rustup default nightly
rustup component add rust-src
rustup target add riscv32imac-unknown-none-elf
rustup target add riscv32imafc-unknown-none-elf
rustup target add riscv32i-unknown-none-elf
Expand Down

0 comments on commit 578e091

Please sign in to comment.