Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorbmon committed Oct 25, 2024
1 parent 6656364 commit 09f236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 openssl openssl-devel pkgconfig libatomic perl-List-MoreUtils
# 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 09f236b

Please sign in to comment.