Skip to content

Commit

Permalink
fix weekly run (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
KitHat authored Sep 13, 2024
1 parent a4c6cee commit a4b7acf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generic-weekly-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Add dependencies
run: cargo install ziggy cargo-afl honggfuzz grcov

- name: Build AFL config
run: cargo afl config --build

- name: Add target
run: rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit a4b7acf

Please sign in to comment.