aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nx-libs.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml
index 5988f05c6..28a7bd237 100644
--- a/.github/workflows/nx-libs.yml
+++ b/.github/workflows/nx-libs.yml
@@ -133,7 +133,9 @@ jobs:
quilt xorg-x11-xkb-utils-devel
;;
centos:7)
- # basic packages
+ # enable epel repository for quilt
+ yum -y install epel-release
+ # basic packages
yum -y install \
autoconf automake gcc-c++ libtool make imake pkgconfig which
# imake deps
@@ -147,7 +149,7 @@ jobs:
libXrandr-devel libXfixes-devel libXtst-devel libXinerama-devel \
xorg-x11-font-utils libtirpc-devel xkeyboard-config
# soft requirements
- yum -y install \
+ yum -y --enablerepo=epel install \
quilt xorg-x11-xkb-utils-devel
;;
esac