Skip to content

Commit

Permalink
Pin cargo-fuzz version on CI and install it with nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
koute committed Dec 4, 2024
1 parent fa3478f commit 5576302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install toolchain
run: rustup toolchain install nightly-2024-07-10
- name: Install cargo fuzz
run: |
rustup toolchain install 1.83.0
rustup run 1.83.0 cargo install cargo-fuzz
run: rustup run nightly-2024-07-10 cargo install --locked --version 0.12.0 cargo-fuzz
- name: Fuzz
run: ./ci/jobs/fuzz.sh

0 comments on commit 5576302

Please sign in to comment.