Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Commit

Permalink
YES YES YES YES
Browse files Browse the repository at this point in the history
  • Loading branch information
Haaroon authored Mar 10, 2023
1 parent e73f7be commit 3349407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
case $ID in
ubuntu)
echo "Installing openssl-dev on Ubuntu..."
apt update
apt update -y
apt install -y pkg-config libssl-dev libc6 build-essential
;;
arch)
Expand All @@ -174,17 +174,17 @@ jobs:
;;
fedora)
echo "Installing openssl-dev on Fedora..."
dnf update
dnf update -y
dnf install -y pkg-config openssl-devel
;;
alpine)
echo "Installing openssl-dev on Alpine Linux..."
apk update
apk update -y
apk add pkgconfig openssl-dev
;;
centos)
echo "Installing openssl-dev on CentOS..."
yum update
yum update -y
yum install -y pkgconfig openssl-devel
;;
*)
Expand Down

0 comments on commit 3349407

Please sign in to comment.