Adding OpenSSL to RedHat

This commit is contained in:
Albert 2025-02-25 16:41:13 -05:00
parent cdebbfee0a
commit 8fa1fdb89d

View File

@ -35,7 +35,7 @@ jobs:
FROM almalinux:9
RUN dnf install -y epel-release
RUN dnf groupinstall -y "Development Tools"
RUN dnf install -y git nodejs npm clang llvm-toolset lld
RUN dnf install -y git nodejs npm clang llvm-toolset lld openssl-devel
EOF
- name: Run build inside RedHat container