mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-06 22:58:53 +00:00
Explicitly install libssl-devel cygwin.
Should fix CI tests for cygwin default config.
This commit is contained in:
parent
0bf6e5bb75
commit
1ec0a64c5d
2
.github/setup_ci.sh
vendored
2
.github/setup_ci.sh
vendored
@ -14,7 +14,7 @@ case "$host" in
|
||||
echo Removing extended ACLs so umask works as expected.
|
||||
setfacl -b . regress
|
||||
PACKAGES="$PACKAGES,autoconf,automake,cygwin-devel,gcc-core"
|
||||
PACKAGES="$PACKAGES,make,openssl-devel,zlib-devel"
|
||||
PACKAGES="$PACKAGES,make,openssl,libssl-devel,zlib-devel"
|
||||
;;
|
||||
*-darwin*)
|
||||
PACKAGER=brew
|
||||
|
Loading…
Reference in New Issue
Block a user