summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2024-05-02 11:19:11 -0400
committerGitHub <noreply@github.com>2024-05-02 15:19:11 +0000
commit69dcc89d84176838c293b2d59747cd65e28843ad (patch)
tree1824a628291061e8b6fe6d954138ec2303dbd45c
parentd27414937a3f9cebe1df6c9b8454dfbf63cf4cdb (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