Skip to content

Commit

Permalink
Add target to CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 22, 2024
1 parent 9d5f48c commit 1735959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
- name: Add Rust Targets and Tools
run: |
rustup target add thumbv7em-none-eabihf
rustup target add thumbv7em-none-eabi
rustup target add armv7r-none-eabihf
rustup target add aarch64-unknown-none
rustup component add llvm-tools-preview
Expand Down

0 comments on commit 1735959

Please sign in to comment.