From f3c0fbd0a66ec6b7c812c0083fc7fb657e0a3e04 Mon Sep 17 00:00:00 2001 From: Pherring04 Date: Tue, 2 Jul 2024 12:40:53 -0500 Subject: [PATCH] CI testing --- .github/workflows/test_linux.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 9b69c5d2..67172180 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -95,6 +95,10 @@ jobs: - cfg: { arch: rhel, arch_ver: 7 } pkg_mgr: yum conf_pkg: | + ls . + ls /etc/ + ls /etc/yum.repos.d/ + ls /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-* && yum -y install epel-release yum -y update