We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e35e7 commit f0bca8dCopy full SHA for f0bca8d
1 file changed
.builds/debian.yml
@@ -1,6 +1,5 @@
1
image: debian/testing
2
packages:
3
- - libcurl4-openssl-dev
4
- libsqlite3-dev
5
- libbsd-dev
6
- libarchive-tools
@@ -26,7 +25,7 @@ tasks:
26
25
- configure: |
27
mkdir build
28
cd build
29
- ../pkg/configure --default-format=txz --with-libarchive.pc --with-libcurl --with-openssl.pc
+ ../pkg/configure --default-format=txz --with-libarchive.pc --with-openssl.pc
30
- build: |
31
32
make
0 commit comments