From: Arran Cudbard-Bell Date: Mon, 28 Mar 2022 20:31:36 +0000 (-0600) Subject: See if this fixes the centos 8 package build... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=308de6fefff9dfb94192a7dd88cb34cff4455918;p=thirdparty%2Ffreeradius-server.git See if this fixes the centos 8 package build... --- diff --git a/.github/workflows/ci-rpm.yml b/.github/workflows/ci-rpm.yml index 1b8f48897f3..ea878cfbed3 100644 --- a/.github/workflows/ci-rpm.yml +++ b/.github/workflows/ci-rpm.yml @@ -87,7 +87,7 @@ jobs: sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-* sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-* yum upgrade -y - yum -y --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos + yum --skip-broken -y --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos yum clean all && yum makecache yum distro-sync -y --allowerasing