mirror of
https://github.com/nasa/trick.git
synced 2025-04-16 07:26:48 +00:00
Add vault mirrors to Centos 8
This commit is contained in:
parent
b65e6bdebb
commit
2006f0d2cb
1
.github/workflows/trickops.yml
vendored
1
.github/workflows/trickops.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
# Note that perl is for trick-gte which TrickOps runs and qt and everything after it is for koviz
|
||||
run: |
|
||||
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-*
|
||||
dnf install -y git python3-devel which perl perl-Digest-MD5 qt5-qtbase-devel bison clang flex make gcc gcc-c++ wget
|
||||
- name: create virtual environment
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user