From f3f633e392e15b1e101c202e3172c6d5b79c845d Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Tue, 1 Feb 2022 18:36:01 -0600 Subject: [PATCH] Update test_linux.yml --- .github/workflows/test_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index a078c2e3..e354ff64 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -116,7 +116,7 @@ jobs: - cfg: { os: centos, tag: latest } pkg_mgr: dnf conf_pkg: > - sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* + sed -i -e "s|mirrorlist=|#mirrorlist=|g" -e "s|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g" /etc/yum.repos.d/CentOS-Linux-* && dnf -y install epel-release && dnf -y update && dnf install -y 'dnf-command(config-manager)' &&