Skip to content

Commit 30d4fdb

Browse files
authored
Remove unnecessary target installs (#4)
* Don't install unneeded targets
1 parent b4b98ec commit 30d4fdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: dtolnay/rust-toolchain@nightly
2020
with:
21-
targets: aarch64-apple-darwin, thumbv7em-none-eabi
21+
targets: thumbv7em-none-eabi
2222
components: rust-src
2323
- name: Build
2424
run: cargo build --release --target thumbv7em-none-eabi

0 commit comments

Comments
 (0)