1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

ci: install dnf-plugins-core on Rocky Linux 9 for dnf config-manager

This commit is contained in:
Sébastien Helleu
2026-05-31 14:02:03 +02:00
parent d7bc041098
commit 171a9a9fc4
+1 -1
View File
@@ -326,7 +326,7 @@ jobs:
- name: Install dependencies
run: |
dnf install -y epel-release
dnf install -y epel-release dnf-plugins-core
dnf config-manager --set-enabled crb
dnf install -y ${{ env.WEECHAT_DEPS_REDHAT }}