Skip to content

Commit

Permalink
build fuzz artifacts on 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-ares committed Aug 15, 2023
1 parent 604915e commit f52a05b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fuzz_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

- uses: dtolnay/[email protected]

- uses: firedancer-io/alpine-builder@main
name: Build with ASAN on Alpine
- uses: firedancer-io/fuzzbot-builder@main
name: Build with ASAN on Ubuntu 20.04
env:
MACHINE: linux_clang_x86_64_fuzz_asan
with:
command: make --output-sync=target -j fuzz-test
command: ./deps.sh install && make --output-sync=target -j fuzz-test

- name: List Artifacts
run: |
Expand Down

0 comments on commit f52a05b

Please sign in to comment.