Skip to content

Commit

Permalink
Fix cargo-afl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Sep 2, 2023
1 parent ec623d2 commit fcf6029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
run: sudo apt-get -y install clang llvm
- name: build
run: |
cargo install afl
cargo install cargo-afl
cd fuzz-afl
cargo check --bin reproduce_webp
cargo check --bin reproduce_pnm
Expand Down

0 comments on commit fcf6029

Please sign in to comment.