Skip to content

Commit f0bca8d

Browse files
committed
curl m: fix more fallout
1 parent a5e35e7 commit f0bca8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.builds/debian.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
image: debian/testing
22
packages:
3-
- libcurl4-openssl-dev
43
- libsqlite3-dev
54
- libbsd-dev
65
- libarchive-tools
@@ -26,7 +25,7 @@ tasks:
2625
- configure: |
2726
mkdir build
2827
cd build
29-
../pkg/configure --default-format=txz --with-libarchive.pc --with-libcurl --with-openssl.pc
28+
../pkg/configure --default-format=txz --with-libarchive.pc --with-openssl.pc
3029
- build: |
3130
cd build
3231
make

0 commit comments

Comments
 (0)