From: Darren Tucker Date: Sun, 28 Jul 2024 11:26:51 +0000 (+1000) Subject: Explicitly install libssl-devel cygwin. X-Git-Tag: V_9_9_P1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec0a64c5dc57b8a2053a93b5ef0d02ff8598e5c;p=thirdparty%2Fopenssh-portable.git Explicitly install libssl-devel cygwin. Should fix CI tests for cygwin default config. --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index f0f2761c7..7e1becaac 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -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