Skip to content

Commit

Permalink
Explicitly install libssl-devel cygwin.
Browse files Browse the repository at this point in the history
Should fix CI tests for cygwin default config.
  • Loading branch information
daztucker committed Jul 28, 2024
1 parent 0bf6e5b commit 1ec0a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ec0a64

Please sign in to comment.