Skip to content

Commit

Permalink
fixup! ci: create rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Oct 3, 2024
1 parent 47b30d7 commit 363fdd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Prepare Rust Target
run: rustup target add riscv32imac-unknown-none-elf
- name: Build
run: cargo build --all --target riscv32imac-unknown-none-elf

0 comments on commit 363fdd6

Please sign in to comment.