Skip to content

Commit 8fa1fdb

Browse files
committed
Adding OpenSSL to RedHat
1 parent cdebbfe commit 8fa1fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_redhat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
FROM almalinux:9
3636
RUN dnf install -y epel-release
3737
RUN dnf groupinstall -y "Development Tools"
38-
RUN dnf install -y git nodejs npm clang llvm-toolset lld
38+
RUN dnf install -y git nodejs npm clang llvm-toolset lld openssl-devel
3939
EOF
4040
4141
- name: Run build inside RedHat container

0 commit comments

Comments
 (0)