Fix missing install

This commit is contained in:
Wilson Lin 2021-04-15 00:41:27 +10:00
parent 4747225393
commit 78d2863151
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
types: [wf-fuzz]
jobs:
bench:
fuzz:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
@ -32,6 +32,7 @@ jobs:
- name: Build fuzz target
working-directory: ./fuzz
run: |
cargo install afl
cargo afl build
- name: Run fuzz