From: Evgeny Vereshchagin Date: Sun, 16 Jan 2022 15:30:22 +0000 (+0000) Subject: ci: get Coverity and CodeQL to analyze the "libxkbcommon" part X-Git-Tag: v251-rc1~514^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ed8884d3281a3b20cfe636330636e8d45747b0;p=thirdparty%2Fsystemd.git ci: get Coverity and CodeQL to analyze the "libxkbcommon" part By analogy with https://github.com/systemd/systemd/pull/22138, to get the static analyzers to analyze that part of code that package should be installed there as well. --- diff --git a/.github/workflows/unit_tests.sh b/.github/workflows/unit_tests.sh index 5d9e9da562e..37594cb95e1 100755 --- a/.github/workflows/unit_tests.sh +++ b/.github/workflows/unit_tests.sh @@ -17,6 +17,7 @@ ADDITIONAL_DEPS=( libqrencode-dev libssl-dev libtss2-dev + libxkbcommon-dev libzstd-dev perl python3-libevdev