fuzzing.yml: Install build dependencies of xml_lpm_fuzzer

This commit is contained in:
Sebastian Pipping 2025-02-02 16:50:59 +01:00
parent 922e95a393
commit 0497f35d04

View file

@ -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