Skip to content

Commit e8ab6f9

Browse files
authored
Prefer pre-installed curl package
Re-installed curl command would be failed with code 127.
1 parent 98f6b75 commit e8ab6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ environment:
3535
- TARGET: x86_64-pc-cygwin
3636
CYGWIN_ARCH: x86_64
3737
CYGWIN_ROOT: C:\cygwin64
38-
CYGWIN_PACKAGES: make,gcc-core,libffi6,libffi-devel,libreadline7,libreadline-devel,pkg-config,cygrunsrv,curl,libisl10,libcloog-isl4
38+
CYGWIN_PACKAGES: make,gcc-core,libffi6,libffi-devel,libreadline7,libreadline-devel,cygrunsrv,libisl10,libcloog-isl4
3939

4040
matrix:
4141
allow_failures:

0 commit comments

Comments
 (0)