Skip to content

Commit 84ebc7e

Browse files
committed
Use rustup override
1 parent 21aec02 commit 84ebc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install nightly
3333
run: |
3434
rustup install ${{ steps.nightly_version.outputs.nightly_version }}
35-
rustup default ${{ steps.nightly_version.outputs.nightly_version }}
35+
rustup override set ${{ steps.nightly_version.outputs.nightly_version }}
3636
rustup component add clippy
3737
3838
- name: Install cargo fuzz

0 commit comments

Comments
 (0)