Skip to content

Commit

Permalink
Install cargo fuzz from source to ensure compatibility with toolchain.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 authored and rnijveld committed Jul 11, 2024
1 parent 987972f commit c412909
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,10 @@ jobs:
with:
toolchain: nightly
- name: Install cargo fuzz
uses: taiki-e/install-action@4e38715ddc7c4e1fd3e44ab4c124a2dcca7306fd
with:
tool: cargo-fuzz
# We install cargo-fuzz directly as the prebuilt version of
# cargo fuzz is not compatible with our toolchain.
run: |
cargo install cargo-fuzz
- name: Smoke-test fuzz targets
run: |
cargo fuzz build ${{ matrix.features }}
Expand Down

0 comments on commit c412909

Please sign in to comment.