Skip to content

Commit

Permalink
CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pherring04 committed Jul 2, 2024
1 parent f3c0fbd commit 1f6cebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,15 @@ jobs:
- cfg: { arch: rhel, arch_ver: 7 }
pkg_mgr: yum
conf_pkg: |
echo -----
ls .
echo -----
ls /etc/
echo -----
ls /etc/yum.repos.d/
echo -----
ls /etc/yum.repos.d/CentOS-Linux-*
echo -----
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-* &&
yum -y install epel-release
yum -y update
Expand Down

0 comments on commit 1f6cebf

Please sign in to comment.