Skip to content

Commit

Permalink
add cross compile targets after you've set default toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelraz committed Feb 7, 2025
1 parent ff851aa commit 47f8e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-canary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:

- name: Install targets, update, set default Rust
run: |
rustup target add thumbv7em-none-eabihf
rustup update ${{ matrix.rust-channel }}
rustup default ${{ matrix.rust-channel }}
rustup component add rust-src
rustup component add rustfmt
rustup target add thumbv7em-none-eabihf
- name: Find slug name
run: |
Expand Down

0 comments on commit 47f8e5f

Please sign in to comment.