Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Nov 23, 2023
1 parent 24b81bb commit b7e7c85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,11 @@ jobs:

- uses: actions/checkout@v3.5.3
- name: Install dependencies
run: ./scripts/install-deps.sh --developer
run: |
./scripts/install-deps.sh --developer
apt -y install \
afl \
afl-clang
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: prep
Expand Down

0 comments on commit b7e7c85

Please sign in to comment.