CI: Remove enabling of clangarm64 in pacman.conf
It is now enabled by default so this is a no-op.
This commit is contained in:
parent
1666f6d3b0
commit
aea263ec2c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -153,7 +153,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo 'Server = https://repo.msys2.org/mingw/$repo/' > /etc/pacman.d/mirrorlist.mingw
|
echo 'Server = https://repo.msys2.org/mingw/$repo/' > /etc/pacman.d/mirrorlist.mingw
|
||||||
echo 'Server = https://repo.msys2.org/msys/$arch/' > /etc/pacman.d/mirrorlist.msys
|
echo 'Server = https://repo.msys2.org/msys/$arch/' > /etc/pacman.d/mirrorlist.msys
|
||||||
grep -qFx '[clangarm64]' /etc/pacman.conf || sed -i '/^# \[clangarm64\]/,/^$/ s|^# ||g' /etc/pacman.conf
|
|
||||||
pacman-conf.exe
|
pacman-conf.exe
|
||||||
|
|
||||||
- name: Update using the main mirror & Check install
|
- name: Update using the main mirror & Check install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user