summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2024-07-28 13:26:51 +0200
committerDarren Tucker <dtucker@dtucker.net>2024-07-28 13:49:56 +0200
commit1ec0a64c5dc57b8a2053a93b5ef0d02ff8598e5c (patch)
tree553fef302e9aac733b318c872a5680480853b2aa
parentupstream: reduce logingrace penalty. (diff)
downloadopenssh-1ec0a64c5dc57b8a2053a93b5ef0d02ff8598e5c.tar.xz
openssh-1ec0a64c5dc57b8a2053a93b5ef0d02ff8598e5c.zip
Explicitly install libssl-devel cygwin.
Should fix CI tests for cygwin default config.
-rwxr-xr-x.github/setup_ci.sh2
1 files changed, 1 insertions, 1 deletions
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