diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ed3d0e0..e455ed7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -167,7 +167,7 @@ jobs: before-script-linux: | # If we're running on rhel centos, install needed packages. if command -v yum &> /dev/null; then - yum update -y && yum install -y perl-core + yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig else # If we're running on debian-based system. apt update -y && apt-get install -y libssl-dev openssl pkg-config