Codefix 9356748: Missing dependency to build OpenSSL

This commit is contained in:
glx22
2026-06-11 22:09:06 +02:00
committed by Loïc Guilloux
parent acbbea4238
commit d92cd26a1f
+2
View File
@@ -40,9 +40,11 @@ jobs:
echo "::group::Install system dependencies"
# perl-IPC-Cmd, wget, and zip are needed to run vcpkg.
# autoconf-archive is needed to build ICU.
# perl-Time-Piece is needed to build OpenSSL.
yum install -y \
autoconf-archive \
perl-IPC-Cmd \
perl-Time-Piece \
wget \
zip \
# EOF