Skip to content

Commit

Permalink
add after defaulting to beta/nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelraz committed Feb 6, 2025
1 parent 8fb58dc commit 425b1fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/weekly-canary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -41,4 +41,4 @@ jobs:
env: # Or as an environment variable
HIDDEN_MESSAGE: ${{ secrets.HIDDEN_MESSAGE }}
run: |
./build.sh "./rust-exercises-${{ env.slug }}"
./build.sh "./rust-exercises-${{ env.slug }}"

0 comments on commit 425b1fc

Please sign in to comment.