We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb58dc commit 425b1fcCopy full SHA for 425b1fc
.github/workflows/weekly-canary-build.yml
@@ -23,13 +23,13 @@ jobs:
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
30
31
rustup update ${{ matrix.rust-channel }}
32
rustup default ${{ matrix.rust-channel }}
+ rustup component add rust-src
+ rustup component add rustfmt
33
34
- name: Find slug name
35
@@ -41,4 +41,4 @@ jobs:
41
env: # Or as an environment variable
42
HIDDEN_MESSAGE: ${{ secrets.HIDDEN_MESSAGE }}
43
44
- ./build.sh "./rust-exercises-${{ env.slug }}"
+ ./build.sh "./rust-exercises-${{ env.slug }}"
0 commit comments