From 171a9a9fc434e021965f885594a6e8dfe0490332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 31 May 2026 14:02:03 +0200 Subject: [PATCH] ci: install dnf-plugins-core on Rocky Linux 9 for dnf config-manager --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ed8e2abe..965b6bff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}