mirror of
https://github.com/systemd/systemd.git
synced 2025-08-25 13:49:55 +03:00
ci: install libbpf-dev in the unit_tests workflow
Those dependencies are also used by Coverity and Codeql so it should be installed there to get them to analyze that code. Judging by https://github.com/systemd/systemd/pull/22137 it seems to be working.
This commit is contained in:
committed by
Frantisek Sumsal
parent
85d2f13b6f
commit
e8f93a60a2
1
.github/workflows/unit_tests.sh
vendored
1
.github/workflows/unit_tests.sh
vendored
@ -9,6 +9,7 @@ ADDITIONAL_DEPS=(
|
||||
expect
|
||||
fdisk
|
||||
jekyll
|
||||
libbpf-dev
|
||||
libfdisk-dev
|
||||
libfido2-dev
|
||||
libp11-kit-dev
|
||||
|
Reference in New Issue
Block a user