Skip to content

Commit

Permalink
afl-plot needs gnuplot
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin authored Oct 9, 2023
1 parent 6a0affd commit 29b15ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- nightly
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install binutils-dev libunwind-dev
- run: sudo apt-get install binutils-dev libunwind-dev gnuplot
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo install cargo-afl honggfuzz grcov
- run: cargo install --path . --verbose
Expand Down

0 comments on commit 29b15ec

Please sign in to comment.