Skip to content

Commit 425b1fc

Browse files
committed
add after defaulting to beta/nightly
1 parent 8fb58dc commit 425b1fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
- name: Install targets
2424
run: |
2525
rustup target add thumbv7em-none-eabihf
26-
rustup component add rust-src
27-
rustup component add rustfmt
2826
2927
- name: Update and set default Rust
3028
run: |
3129
rustup update ${{ matrix.rust-channel }}
3230
rustup default ${{ matrix.rust-channel }}
31+
rustup component add rust-src
32+
rustup component add rustfmt
3333
3434
- name: Find slug name
3535
run: |
@@ -41,4 +41,4 @@ jobs:
4141
env: # Or as an environment variable
4242
HIDDEN_MESSAGE: ${{ secrets.HIDDEN_MESSAGE }}
4343
run: |
44-
./build.sh "./rust-exercises-${{ env.slug }}"
44+
./build.sh "./rust-exercises-${{ env.slug }}"

0 commit comments

Comments
 (0)