Skip to content

Commit

Permalink
ci: fix eol centos8 mirror (#890)
Browse files Browse the repository at this point in the history
Signed-off-by: Ric Li <ming3.li@intel.com>
  • Loading branch information
ricmli committed Jun 5, 2024
1 parent fd9437e commit f0e74ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/centos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:

- name: Install the build dependency
run: |
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
yum install -y dnf-plugins-core
dnf config-manager --set-enabled powertools
yum install -y epel-release
Expand Down

0 comments on commit f0e74ae

Please sign in to comment.