From 425b1fc77c77756968590bdbba366c8721736c23 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 5 Feb 2025 18:20:19 -0600 Subject: [PATCH] add after defaulting to beta/nightly --- .github/workflows/weekly-canary-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}"