Skip to content

Commit 99a98bc

Browse files
committed
ci: Install libzstd-dev, required to compile with recent libelf-dev
Recent versions of libelf-dev also require libzstd-dev for compiling bpftool. Make sure the library is installed on the runner. Signed-off-by: Quentin Monnet <[email protected]>
1 parent 368a1a5 commit 99a98bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
sudo apt-get update
3838
sudo apt-get install -y \
39-
libbfd-dev libcap-dev libelf-dev libiberty-dev python3-docutils
39+
libbfd-dev libcap-dev libelf-dev libzstd-dev libiberty-dev python3-docutils
4040
# clang/LLVM are already installed, but we're missing some aliases.
4141
CLANG_VERSION="$(echo '__clang_major__' | clang -E - | tail -n 1)"
4242
sudo update-alternatives \

0 commit comments

Comments
 (0)