Restore locked cargo-fuzz install (#834)

This commit is contained in:
Ilka Schulz
2026-06-13 09:45:52 +02:00
committed by GitHub
+1 -1
View File
@@ -164,7 +164,7 @@ jobs:
run: |
cargo --version
if ! command -v cargo-fuzz >/dev/null 2>&1; then
cargo install cargo-fuzz
cargo install cargo-fuzz --locked
fi
- name: Run fuzzing
run: |