Skip to content

Commit

Permalink
try removing some installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 24, 2025
1 parent aaba13d commit 58ea805
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +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
# If we're running on i686 we need to symlink libatomic
# in order to build openssl with -latomic flag.
if [[ ! -d "/usr/lib64" ]]; then
ln -s /usr/lib/libatomic.so.1 /usr/lib/libatomic.so
fi
yum update -y && yum install -y perl-core
else
# If we're running on debian-based system.
apt update -y && apt-get install -y libssl-dev openssl pkg-config
Expand Down

0 comments on commit 58ea805

Please sign in to comment.