From 1b09d403c51fe818b925243c81358d20f853b728 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 21 Nov 2024 17:44:43 +0100 Subject: [PATCH] ci: align debian ci with github actions --- .builds/debian.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.builds/debian.yml b/.builds/debian.yml index 2162c6fb9..1b9b55c30 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,5 +1,6 @@ image: debian/testing packages: + - libcurl4-openssl-dev - libsqlite3-dev - libbsd-dev - libarchive-tools @@ -25,7 +26,7 @@ tasks: - configure: | mkdir build cd build - ../pkg/configure --default-format=txz + ../pkg/configure --default-format=txz --with-libarchive.pc --with-libcurl --with-openssl.pc - build: | cd build make