From c0519d7d4c31608a7b32fc77ccfc75773c19420a Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Fri, 24 Jan 2025 17:39:51 +0400 Subject: [PATCH] remove some installs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0797f93e..d34094a0 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 openssl openssl-devel pkgconfig libatomic + yum update -y && yum install -y perl-core pkgconfig libatomic # If we're running on i686 we need to symlink libatomic # in order to build openssl with -latomic flag.