Skip to content

Commit

Permalink
fix the no_std CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 10, 2023
1 parent e31c1b1 commit cb25913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
components: rustfmt, clippy
- name: Setup
run: rustup default ${{ env.rust_toolchain }}
- name: Add targets
run: rustup target add riscv32imc-unknown-none-elf
- name: Build | Fmt Check
run: cargo fmt -- --check
- name: Add wasm target
Expand Down

0 comments on commit cb25913

Please sign in to comment.