Skip to content

Commit

Permalink
im just a simple man trying to make my way in the universe
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed May 16, 2024
1 parent 5c10a6a commit 1fcf324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
# Check for yum and use it if available, otherwise use apt-get
if command -v yum &> /dev/null; then
echo "Detected yum package manager"
yum -y install openssl-devel perl-IPC-Cmd perl-core
yum -y install openssl-devel perl-IPC-Cmd perl-core libatomic
elif command -v apt-get &> /dev/null; then
echo "Detected apt-get package manager"
apt-get update
echo "Installing libssl-dev pkg-config openssl musl-dev"
apt-get install -y libssl-dev pkg-config openssl musl-dev perl
apt-get install -y libssl-dev pkg-config openssl musl-dev perl libatomic1
else
echo "No supported package manager found (yum or apt-get)"
exit 1
Expand Down

0 comments on commit 1fcf324

Please sign in to comment.