diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-12-03 16:30:56 +0100 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2021-12-03 16:30:56 +0100 |
commit | 9371d44afec0feae2c1bbbb0c894f76ab474858e (patch) | |
tree | c241cfbdf225ff193486b4da14a6ee63fa436158 /.github | |
parent | analyze: fix build with -Db_ndebug=true (diff) | |
download | systemd-9371d44afec0feae2c1bbbb0c894f76ab474858e.tar.xz systemd-9371d44afec0feae2c1bbbb0c894f76ab474858e.zip |
ci: install libbpf
Diffstat (limited to '.github')
-rwxr-xr-x | .github/workflows/build_test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_test.sh b/.github/workflows/build_test.sh index 9f4ef79bbb..abf7c3a8a7 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 |