Skip to content

Commit 3209115

Browse files
committed
ci: no --locked for fuzzing
1 parent 7f27588 commit 3209115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install nightly toolchain
4141
uses: dtolnay/rust-toolchain@nightly
4242
- name: Install cargo-fuzz
43-
run: cargo install cargo-fuzz --locked
43+
run: cargo install cargo-fuzz
4444
- name: Run fuzz target
4545
env:
4646
# Use env-var indirection per GitHub security guidance: matrix

0 commit comments

Comments
 (0)