From 82189f7bae847d6e1ad920d65e90f46885f0c21e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 19 Aug 2021 11:01:19 +0200 Subject: [PATCH] github: add linux-modules-extra package to CI tests It should be enough to get scsi_debug kernel module. Suggested-by: Milan Broz Signed-off-by: Karel Zak --- .github/workflows/cibuild-setup-ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cibuild-setup-ubuntu.sh b/.github/workflows/cibuild-setup-ubuntu.sh index ac72809768..c602101136 100755 --- a/.github/workflows/cibuild-setup-ubuntu.sh +++ b/.github/workflows/cibuild-setup-ubuntu.sh @@ -24,6 +24,8 @@ PACKAGES_OPTIONAL=( libsystemd-journal-dev ) +# scsi_debug +PACKAGES+=(linux-modules-extra-$(uname -r)) COMPILER="${COMPILER:?}" COMPILER_VERSION="${COMPILER_VERSION:?}" -- 2.47.2