Skip to content

Commit

Permalink
Update mirrorlist for arm64 too
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Jul 2, 2024
1 parent c6f5631 commit 985f338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,11 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Patching mirrorlist
run: |
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo
sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo
sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
- name: Installing libusb1-devel dependency
run: yum install -y --disableplugin=fastestmirror libusb1-devel perl-core
- name: Installing cmake dependency
Expand Down

0 comments on commit 985f338

Please sign in to comment.