Skip to content

Commit

Permalink
Merge pull request #1738 from nasa/CentOS-Mirrorlink-Fix
Browse files Browse the repository at this point in the history
CentOS CI Fix
  • Loading branch information
Pherring04 authored Jul 2, 2024
2 parents 37e273a + 5ff32b1 commit 3835379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- cfg: { arch: rhel, arch_ver: 7 }
pkg_mgr: yum
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-* &&
yum -y install epel-release
yum -y update
yum -y install wget
Expand Down

0 comments on commit 3835379

Please sign in to comment.