Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
curl m: fix more fallout
Baptiste Daroussin committed 2 months ago
commit f0bca8db77976ea8cf3ca0f2ea42aa0e3c67db3a
parent a5e35e7762496b46ea1e54a172eda4264223e2d2
1 file changed +1 -2
modified .builds/debian.yml
@@ -1,6 +1,5 @@
image: debian/testing
packages:
-
  - libcurl4-openssl-dev
  - libsqlite3-dev
  - libbsd-dev
  - libarchive-tools
@@ -26,7 +25,7 @@ tasks:
  - configure: |
      mkdir build
      cd build
-
      ../pkg/configure --default-format=txz --with-libarchive.pc --with-libcurl --with-openssl.pc
+
      ../pkg/configure --default-format=txz --with-libarchive.pc --with-openssl.pc
  - build: |
      cd build
      make