From d9d83d462fc2deadb69cb04b22bd3dbb4499822b Mon Sep 17 00:00:00 2001 From: Napsty Date: Mon, 15 Jan 2024 15:04:20 +0100 Subject: [PATCH] Github actions --- .github/workflows/rockylinux9.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rockylinux9.yaml b/.github/workflows/rockylinux9.yaml index f14e281..4ac0ccf 100644 --- a/.github/workflows/rockylinux9.yaml +++ b/.github/workflows/rockylinux9.yaml @@ -15,6 +15,7 @@ jobs: - uses: actions/checkout@v1 - name: Enable EPEL run: | + dnf install dnf-plugins-core dnf config-manager --set-enabled crb dnf install epel-release - name: Install dependencies @@ -31,6 +32,7 @@ jobs: - uses: actions/checkout@v1 - name: Enable EPEL run: | + dnf install dnf-plugins-core dnf config-manager --set-enabled crb dnf install epel-release - name: Install dependencies