Skip to content

Commit

Permalink
Use rustup override
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Jul 8, 2024
1 parent 21aec02 commit 11830fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
echo "::set-output name=cargo_fuzz_version::$CARGO_FUZZ_VERSION"
- name: Install nightly
run: |
run:
rustup install ${{ steps.nightly_version.outputs.nightly_version }}
rustup default ${{ steps.nightly_version.outputs.nightly_version }}
rustup override set ${{ steps.nightly_version.outputs.nightly_version }}
rustup component add clippy

- name: Install cargo fuzz
Expand Down

0 comments on commit 11830fe

Please sign in to comment.