From a39e87c02cc3119d120fe384cff1394af744aee4 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 16 Nov 2023 15:53:49 +0000 Subject: [PATCH] Try harder for CRB. --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ed3d194235b..488cea8ca49 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -101,7 +101,7 @@ jobs: - name: Set environment variables run: echo "${{ matrix.env }}" >> $GITHUB_ENV - name: Enable repositories - run: test -f /etc/fedora-release || dnf config-manager --set-enabled crb + run: test -f /etc/fedora-release || (dnf install yum-utils && dnf config-manager --set-enabled crb) - name: Install prerequisites run: dnf install -y libtool apr-devel apr-util-devel lua-devel openssl-devel jansson-devel brotli-devel libcurl-devel lua-devel