We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f27588 commit 3209115Copy full SHA for 3209115
1 file changed
.github/workflows/fuzz.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install nightly toolchain
41
uses: dtolnay/rust-toolchain@nightly
42
- name: Install cargo-fuzz
43
- run: cargo install cargo-fuzz --locked
+ run: cargo install cargo-fuzz
44
- name: Run fuzz target
45
env:
46
# Use env-var indirection per GitHub security guidance: matrix
0 commit comments