From cc474eb933a0303352b80e4b2b65eb291ee68578 Mon Sep 17 00:00:00 2001 From: Jake O'Shannessy Date: Thu, 26 Dec 2024 19:36:01 +0000 Subject: [PATCH] install dnf-command(config-manager) --- .github/workflows/smv.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/smv.yml b/.github/workflows/smv.yml index bda0ca4..9ce7aaa 100644 --- a/.github/workflows/smv.yml +++ b/.github/workflows/smv.yml @@ -21,6 +21,7 @@ jobs: - name: Enable EPEL if: matrix.container == 'rockylinux:9' run: | + dnf install -y 'dnf-command(config-manager)' dnf config-manager --set-enabled crb dnf install -y epel-release - name: Install lib prerequisites