Skip to content

Commit c8d33c5

Browse files
Merge pull request #167 from ferrous-systems/operation-revive-canary
add rustfmt after defaulting to beta/nightly
2 parents 8fb58dc + 47f8e5f commit c8d33c5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

+5-8
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,13 @@ jobs:
2020
with:
2121
tool: mdslides@0.3,mdbook@0.4,mdbook-mermaid@0.12,flip-link@0.1.10
2222

23-
- name: Install targets
24-
run: |
25-
rustup target add thumbv7em-none-eabihf
26-
rustup component add rust-src
27-
rustup component add rustfmt
28-
29-
- name: Update and set default Rust
23+
- name: Install targets, update, set default Rust
3024
run: |
3125
rustup update ${{ matrix.rust-channel }}
3226
rustup default ${{ matrix.rust-channel }}
27+
rustup component add rust-src
28+
rustup component add rustfmt
29+
rustup target add thumbv7em-none-eabihf
3330
3431
- name: Find slug name
3532
run: |
@@ -41,4 +38,4 @@ jobs:
4138
env: # Or as an environment variable
4239
HIDDEN_MESSAGE: ${{ secrets.HIDDEN_MESSAGE }}
4340
run: |
44-
./build.sh "./rust-exercises-${{ env.slug }}"
41+
./build.sh "./rust-exercises-${{ env.slug }}"

0 commit comments

Comments
 (0)