Skip to content

Commit

Permalink
pick an embedded target with atomics
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jun 16, 2024
1 parent 09b868a commit f46ff63
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 @@ -54,7 +54,7 @@ jobs:
- name: Install Rust toolchain
run: |
rustup default nightly
rustup target add thumbv6m-none-eabi
rustup target add thumbv7em-none-eabi
- name: Default features
run: cargo build -Z avoid-dev-deps --features spin_no_std --target thumbv6m-none-eabi
run: cargo build -Z avoid-dev-deps --features spin_no_std --target thumbv7em-none-eabi

0 comments on commit f46ff63

Please sign in to comment.