diff --git a/.github/workflows/weekly-canary-build.yml b/.github/workflows/weekly-canary-build.yml index 0e8d9c82..9e0cb91a 100644 --- a/.github/workflows/weekly-canary-build.yml +++ b/.github/workflows/weekly-canary-build.yml @@ -23,13 +23,13 @@ jobs: - 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 run: | rustup update ${{ matrix.rust-channel }} rustup default ${{ matrix.rust-channel }} + rustup component add rust-src + rustup component add rustfmt - name: Find slug name run: | @@ -41,4 +41,4 @@ jobs: env: # Or as an environment variable HIDDEN_MESSAGE: ${{ secrets.HIDDEN_MESSAGE }} run: | - ./build.sh "./rust-exercises-${{ env.slug }}" \ No newline at end of file + ./build.sh "./rust-exercises-${{ env.slug }}"