mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
ci testing
This commit is contained in:
parent
37e273a024
commit
3fb87b8f9c
2
.github/workflows/python_tests_linux.yml
vendored
2
.github/workflows/python_tests_linux.yml
vendored
@ -130,7 +130,9 @@ jobs:
|
||||
- cfg: { os: centos, tag: latest }
|
||||
pkg_mgr: dnf
|
||||
conf_pkg: >
|
||||
grep -Ir mirrorlist /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-* &&
|
||||
grep -Ir mirrorlist /etc/yum.repos.d/CentOS-Linux-* &&
|
||||
dnf -y install epel-release &&
|
||||
dnf -y update &&
|
||||
dnf install -y 'dnf-command(config-manager)' &&
|
||||
|
Loading…
Reference in New Issue
Block a user