Skip to content

Commit

Permalink
Merge pull request #167 from ferrous-systems/operation-revive-canary
Browse files Browse the repository at this point in the history
add rustfmt after defaulting to beta/nightly
  • Loading branch information
jonathanpallant authored Feb 7, 2025
2 parents 8fb58dc + 47f8e5f commit c8d33c5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/weekly-canary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,13 @@ jobs:
with:
tool: [email protected],[email protected],[email protected],[email protected]

- name: Install targets
run: |
rustup target add thumbv7em-none-eabihf
rustup component add rust-src
rustup component add rustfmt
- name: Update and set default Rust
- name: Install targets, update, set default Rust
run: |
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 All @@ -41,4 +38,4 @@ jobs:
env: # Or as an environment variable
HIDDEN_MESSAGE: ${{ secrets.HIDDEN_MESSAGE }}
run: |
./build.sh "./rust-exercises-${{ env.slug }}"
./build.sh "./rust-exercises-${{ env.slug }}"

0 comments on commit c8d33c5

Please sign in to comment.