Skip to content

Commit

Permalink
merge the action sections
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelraz committed Feb 6, 2025
1 parent 425b1fc commit ff851aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/weekly-canary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ jobs:
with:
tool: [email protected],[email protected],[email protected],[email protected]

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

0 comments on commit ff851aa

Please sign in to comment.