name: "RPM build"
steps:
- - name: Enable PowerTools / CRB
+ - name: Enable EPEL and CRB
run: |
- dnf install -y dnf-utils dnf-plugins-core
- dnf config-manager --enable PowerTools || :
- dnf config-manager --enable powertools || :
- dnf config-manager --enable crb || :
-
- - name: Enable EPEL for Rocky Linux
- run: |
- dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-${{ matrix.env.VERSION }}.noarch.rpm
+ dnf install -y dnf-utils dnf-plugins-core epel-release
+ dnf config-manager --enable crb
# For pkill
- name: Enable procps-ng
echo 'gpgkey=https://packages.networkradius.com/pgp/packages@networkradius.com' >> /etc/yum.repos.d/networkradius-extras.repo
rpm --import https://packages.networkradius.com/pgp/packages@networkradius.com
- - name: Enable PowerTools / CRB
- run: |
- dnf install -y dnf-utils dnf-plugins-core
- dnf config-manager --enable PowerTools || :
- dnf config-manager --enable powertools || :
- dnf config-manager --enable crb || :
-
- - name: Enable EPEL for Rocky Linux
+ - name: Enable EPEL and CRB
run: |
- dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-${{ matrix.env.VERSION }}.noarch.rpm
+ dnf install -y dnf-utils dnf-plugins-core epel-release
+ dnf config-manager --enable crb
# For pkill
- name: Enable procps-ng