Skip to content

Commit

Permalink
CI: AFL v0.14 split afl and cargo-afl
Browse files Browse the repository at this point in the history
  • Loading branch information
commial committed Sep 4, 2023
1 parent 77828fb commit baacede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- name: Install cargo-afl binary crate
uses: actions-rs/install@v0.1
with:
crate: afl
crate: cargo-afl
version: latest
use-tool-cache: true
- name: Test AFL build
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Install cargo-afl binary crate
uses: actions-rs/install@v0.1
with:
crate: afl
crate: cargo-afl
version: latest
use-tool-cache: true
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit baacede

Please sign in to comment.