mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Change CentOS to base url
This commit is contained in:
parent
03c6729819
commit
47dad0028b
2
.github/workflows/python_tests_linux.yml
vendored
2
.github/workflows/python_tests_linux.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
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-Linux-* &&
|
||||
yum -y install epel-release && yum -y update
|
||||
yum -y -v install epel-release && yum -y update
|
||||
os_deps: >-
|
||||
libX11-devel
|
||||
libXt-devel
|
||||
|
Loading…
Reference in New Issue
Block a user