We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fc241 commit 0ea63fdCopy full SHA for 0ea63fd
.github/workflows/ci.yml
@@ -54,10 +54,10 @@ jobs:
54
path: |
55
~/.cargo/bin/cargo-honggfuzz
56
~/.cargo/bin/cargo-hfuzz
57
- key: ubuntu-rust-${{ env.RUST_TOOLCHAIN }}-honggfuzz
+ key: ubuntu-rust-${{ env.RUST_TOOLCHAIN }}-honggfuzz-0.5.51
58
59
- name: Install honggfuzz
60
- run: which cargo-honggfuzz && which cargo-hfuzz || cargo install honggfuzz
+ run: which cargo-honggfuzz && which cargo-hfuzz || cargo install honggfuzz --version 0.5.51
61
62
- name: Install fuzz dependencies
63
run: |
0 commit comments