From 9371d44afec0feae2c1bbbb0c894f76ab474858e Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 3 Dec 2021 16:30:56 +0100 Subject: [PATCH] ci: install libbpf --- .github/workflows/build_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index 9f4ef79bbb8..abf7c3a8a72 100755 --- a/.github/workflows/build_test.sh +++ b/.github/workflows/build_test.sh @@ -27,6 +27,7 @@ PACKAGES=( itstool kbd libblkid-dev + libbpf-dev libcap-dev libcurl4-gnutls-dev libfdisk-dev @@ -48,8 +49,8 @@ PACKAGES=( net-tools perl python3-evdev - python3-lxml python3-jinja2 + python3-lxml python3-pip python3-pyparsing python3-setuptools -- 2.47.3