Skip to content

Commit

Permalink
Added TOOLCHAIN V to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaMatta98 committed Feb 19, 2024
1 parent 1e981a1 commit 36b3bd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
override: true
profile: minimal

- name: Set RUSTUP_TOOLCHAIN
run: echo "RUSTUP_TOOLCHAIN=nightly" >> $GITHUB_ENV

- uses: Swatinem/rust-cache@v2
with:
# The prefix cache key, this can be changed to start a new cache manually.
Expand Down

0 comments on commit 36b3bd1

Please sign in to comment.