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 41fccc7 commit 87259b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- uses: actions/checkout@v3
- name: Use nightly Rust
run: |
rustup component add rust-src
rustup default nightly
rustup component add rust-src --toolchain nightly
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 87259b7

Please sign in to comment.