We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ead87 commit a387593Copy full SHA for a387593
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install go, gcc
17
shell: bash
18
run: |
19
- echo 'Server = https://mirror.moson.org/arch/$repo/os/$arch' > /etc/pacman.d/mirrorlist
+ echo 'Server = https://arch.jensgutermuth.de/$repo/os/$arch' > /etc/pacman.d/mirrorlist
20
pacman -Syu --noconfirm go gcc
21
22
- name: Build
0 commit comments