We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9437e commit f0e74aeCopy full SHA for f0e74ae
.github/workflows/centos_build.yml
@@ -55,6 +55,8 @@ jobs:
55
56
- name: Install the build dependency
57
run: |
58
+ sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
59
+ sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
60
yum install -y dnf-plugins-core
61
dnf config-manager --set-enabled powertools
62
yum install -y epel-release
0 commit comments