From 54ed8884d3281a3b20cfe636330636e8d45747b0 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 16 Jan 2022 15:30:22 +0000 Subject: [PATCH] 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. --- .github/workflows/unit_tests.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3