Skip to content

Commit 47f8e5f

Browse files
committed
add cross compile targets after you've set default toolchain
1 parent ff851aa commit 47f8e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly-canary-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222

2323
- name: Install targets, update, set default Rust
2424
run: |
25-
rustup target add thumbv7em-none-eabihf
2625
rustup update ${{ matrix.rust-channel }}
2726
rustup default ${{ matrix.rust-channel }}
2827
rustup component add rust-src
2928
rustup component add rustfmt
29+
rustup target add thumbv7em-none-eabihf
3030
3131
- name: Find slug name
3232
run: |

0 commit comments

Comments
 (0)