Skip to content

Commit

Permalink
make nightly default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed Dec 24, 2024
1 parent 2f1e1fd commit a787fa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
toolchain: nightly
targets: x86_64-unknown-linux-gnu
- name: Install latest nightly and set it as default
run: |
rustup install nightly
rustup default nightly
- name: cargo install cargo-fuzz
uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit a787fa9

Please sign in to comment.