Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ jobs:
run: sudo apt install -y protobuf-compiler binutils-dev coreutils

- name: install ziggy
run: cargo install --locked --force ziggy cargo-afl honggfuzz grcov
run: cargo install --locked --force ziggy@1.3.5 cargo-afl@0.17.0 honggfuzz@0.5.58 grcov@0.10.5

- name: test fuzzer
run: scripts/run-fuzzer.sh
Expand Down
Loading
Loading