From 94ad755008a8594832ced751972a54ca305fd2c7 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 20 Jul 2025 09:48:08 +0900 Subject: [PATCH] ci/build-test: install libarchive-dev Previously, the package was not installed, hence the feature was always disabled in the build test. --- .github/workflows/build-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test.sh b/.github/workflows/build-test.sh index b6b2d08e50..4693382c20 100755 --- a/.github/workflows/build-test.sh +++ b/.github/workflows/build-test.sh @@ -27,6 +27,7 @@ PACKAGES=( isc-dhcp-client itstool kbd + libarchive-dev libblkid-dev libbpf-dev libcap-dev