Skip to content

Commit

Permalink
Readded set default step
Browse files Browse the repository at this point in the history
  • Loading branch information
cromefire committed Dec 10, 2023
1 parent 42ad479 commit a5e69ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
target: ${{ matrix.target }}
components: clippy

- name: Set default rust version
run: rustup default ${{ env.RUST_TOOLCHAIN }}

- name: Sccache cache
uses: mozilla-actions/[email protected]
with:
Expand Down

0 comments on commit a5e69ca

Please sign in to comment.