Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Jun 18, 2024
1 parent 8bee76b commit 3a00231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly --no-self-update --profile minimal
rustup override set nightly
rustup toolchain install nightly-2024-06-01 --no-self-update --profile minimal
rustup override set nightly-2024-06-01
- name: Install cargo-fuzz
uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit 3a00231

Please sign in to comment.