summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2024-05-02 11:19:11 -0400
committerLaurenz <laurmaedje@gmail.com>2024-05-17 14:27:59 +0200
commita4522b0fe89f157408b8ade6c58172857f0194ad (patch)
treed74a55563d8d12ce73db3aefae7c8714661753f2
parentde6090b15554f2ee0ba6929acc6ad69584bcc9d2 (diff)
Fix the broken fuzz build (#4056)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 399fd0ab..2d5b1427 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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