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:
Jeremy Drake 2023-01-28 11:35:20 -08:00 committed by Christoph Reiter
parent 1666f6d3b0
commit aea263ec2c

View File

@ -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