Skip to content

Commit

Permalink
Use yum
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 19, 2024
1 parent 689f8c7 commit 2692898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,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 gcc-powerpc64-linux-gnu
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic gcc
# 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 2692898

Please sign in to comment.