Skip to content

Commit

Permalink
remove some installs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 24, 2025
1 parent d4bbb7e commit c0519d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c0519d7

Please sign in to comment.