Skip to content

Commit

Permalink
Enable download metadata for repo 'appstream' of centos-8 (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Feb 15, 2022
1 parent ec0ac9d commit 1a94a81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-graphscope-wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@ jobs:
- name: Prepare Environment
shell: bash
run: |
dnf install -y gcc gcc-c++ make cmake
# fixed download metadata for repo 'appstream'
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*
dnf install -y gcc gcc-c++ make cmake
# install git and python3
dnf install -y git python38 python38-devel
Expand Down

0 comments on commit 1a94a81

Please sign in to comment.