]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci/build-test: install libarchive-dev
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 20 Jul 2025 00:48:08 +0000 (09:48 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 22 Jul 2025 00:09:47 +0000 (01:09 +0100)
Previously, the package was not installed, hence the feature was always
disabled in the build test.

.github/workflows/build-test.sh

index b6b2d08e5025f0a251f99748c0b7cc3936315e8c..4693382c201696a81e015c9f7bfb8b48ec595c6b 100755 (executable)
@@ -27,6 +27,7 @@ PACKAGES=(
     isc-dhcp-client
     itstool
     kbd
+    libarchive-dev
     libblkid-dev
     libbpf-dev
     libcap-dev