Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
ci: align debian ci with github actions
Baptiste Daroussin committed 1 year ago
commit 1b09d403c51fe818b925243c81358d20f853b728
parent 61070ed
1 file changed +2 -1
modified .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