mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Adding OpenSSL to RedHat
This commit is contained in:
parent
cdebbfee0a
commit
8fa1fdb89d
2
.github/workflows/linux_redhat.yml
vendored
2
.github/workflows/linux_redhat.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user