mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-15 15:19:52 +00:00
Codefix 9356748: Missing dependency to build OpenSSL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user