mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
fuzzing.yml: Install build dependencies of xml_lpm_fuzzer
This commit is contained in:
parent
922e95a393
commit
0497f35d04
1 changed files with 9 additions and 0 deletions
9
.github/workflows/fuzzing.yml
vendored
9
.github/workflows/fuzzing.yml
vendored
|
@ -59,6 +59,15 @@ jobs:
|
|||
llvm-19
|
||||
echo /usr/lib/llvm-19/bin >>"${GITHUB_PATH}"
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |-
|
||||
set -x
|
||||
sudo apt-get install --yes --no-install-recommends -V \
|
||||
libabsl-dev \
|
||||
liblzma-dev \
|
||||
libprotobuf-dev \
|
||||
protobuf-compiler
|
||||
|
||||
- name: Build Expat fuzzers
|
||||
run: |
|
||||
set -x -o pipefail
|
||||
|
|
Loading…
Add table
Reference in a new issue