Skip to content

Commit

Permalink
Revert "ci: Use custom mirrorlist"
Browse files Browse the repository at this point in the history
This reverts commit 925ecc1.
  • Loading branch information
qzed committed Jul 9, 2023
1 parent 0ed1b0a commit 7b243cd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up mirrorlist
run: |
mkdir profiles/default/base/etc/pacman.d
echo "Server = https://mirror.fangshdow.trade/\$arch/\$repo" >> profiles/default/base/etc/pacman.d/mirrorlist
echo "Server = https://mirrors.ocf.berkeley.edu/archlinuxarm/\$arch/\$repo" >> profiles/default/base/etc/pacman.d/mirrorlist
echo "Server = http://de3.mirror.archlinuxarm.org/\$arch/\$repo" >> profiles/default/base/etc/pacman.d/mirrorlist
echo "Server = http://mirror.archlinuxarm.org/\$arch/\$repo" >> profiles/default/base/etc/pacman.d/mirrorlist
cat profiles/default/base/etc/pacman.d/mirrorlist
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit 7b243cd

Please sign in to comment.