Skip to content

Commit

Permalink
Issue #133: Rocky Linux CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Detwiler <mike@detwiler.io>
  • Loading branch information
detwiler committed Dec 16, 2022
1 parent 7ec3f7b commit 56875d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
run: |
. /etc/os-release
case $ID in
almalinux) dnf -y upgrade && dnf -y install dnf-plugins-core git-core which;;
alpine) apk update && apk upgrade && apk add git tar;;
centos)
almalinux|centos|rocky)
case $VERSION_ID in
7)
yum -y install centos-release-scl dnf dnf-plugins-core
Expand Down

0 comments on commit 56875d7

Please sign in to comment.