Skip to content

Commit a387593

Browse files
authored
fix(ci): Change mirror
1 parent a4ead87 commit a387593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install go, gcc
1717
shell: bash
1818
run: |
19-
echo 'Server = https://mirror.moson.org/arch/$repo/os/$arch' > /etc/pacman.d/mirrorlist
19+
echo 'Server = https://arch.jensgutermuth.de/$repo/os/$arch' > /etc/pacman.d/mirrorlist
2020
pacman -Syu --noconfirm go gcc
2121
2222
- name: Build

0 commit comments

Comments
 (0)