Skip to content

Commit

Permalink
fixup! chore(deps): update ch32-metapac, fix pfic enums
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Aug 9, 2024
1 parent 87259b7 commit e30eb80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- uses: actions/checkout@v3
- name: Use nightly Rust
run: |
rustup component add rust-src
rustup default nightly
rustup component add rust-src
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
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 e30eb80

Please sign in to comment.