We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b868a commit f46ff63Copy full SHA for f46ff63
.github/workflows/rust.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install Rust toolchain
55
run: |
56
rustup default nightly
57
- rustup target add thumbv6m-none-eabi
+ rustup target add thumbv7em-none-eabi
58
59
- name: Default features
60
- 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 commit comments