Skip to content

Commit

Permalink
switch the github workflow to use riscv32imc-unknown-none-elf
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummyc0m committed Nov 3, 2024
1 parent 4d82e5b commit 1a8f132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Prepare Rust Target
run: rustup target add riscv32imac-unknown-none-elf
run: rustup target add riscv32imc-unknown-none-elf
- name: Build
run: cargo build --all --target riscv32imac-unknown-none-elf
run: cargo build --all --target riscv32imc-unknown-none-elf

0 comments on commit 1a8f132

Please sign in to comment.