Skip to content

Commit

Permalink
add back some install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 24, 2025
1 parent 58ea805 commit f653446
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
yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig
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 f653446

Please sign in to comment.