Skip to content

Commit

Permalink
Fix the broken fuzz build (#4056)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leedehai committed May 2, 2024
1 parent d274149 commit 69dcc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
with:
toolchain: nightly-2023-09-13
- uses: Swatinem/rust-cache@v2
- run: cargo install cargo-fuzz
- run: cargo install --locked cargo-fuzz@0.12.0
- run: cd tests/fuzz && cargo fuzz build --dev

0 comments on commit 69dcc89

Please sign in to comment.