diff options
author | Darren Tucker <dtucker@dtucker.net> | 2024-07-28 13:26:51 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-07-28 13:49:56 +0200 |
commit | 1ec0a64c5dc57b8a2053a93b5ef0d02ff8598e5c (patch) | |
tree | 553fef302e9aac733b318c872a5680480853b2aa | |
parent | upstream: reduce logingrace penalty. (diff) | |
download | openssh-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.sh | 2 |
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 |