We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b98ec commit 30d4fdbCopy full SHA for 30d4fdb
1 file changed
.github/workflows/rust.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: dtolnay/rust-toolchain@nightly
20
with:
21
- targets: aarch64-apple-darwin, thumbv7em-none-eabi
+ targets: thumbv7em-none-eabi
22
components: rust-src
23
- name: Build
24
run: cargo build --release --target thumbv7em-none-eabi
0 commit comments