update fuzzer ci

This commit is contained in:
hathach 2022-12-08 10:42:29 +07:00
parent 56f846cf74
commit 86a3315bcf
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: Fetch deps
run: |
sudo apt update && sudo apt install libc++abi-dev libc++-dev
make CC=clang CXX=clang++ -C fuzz/${{ matrix.fuzz_harness }} get-deps
make CC=clang CXX=clang++ -C test/fuzz/${{ matrix.fuzz_harness }} get-deps
- name: Build Fuzzer
run: make CC=clang CXX=clang++ -C fuzz/${{ matrix.fuzz_harness }}
run: make CC=clang CXX=clang++ -C test/fuzz/${{ matrix.fuzz_harness }}