GHA/windows: delete MSYS2 ARM64 workaround

Follow-up to 5249b99a70 #18438
Follow-up to c4e776cafa #17103

Closes #19234
This commit is contained in:
Viktor Szakats 2025-10-24 23:21:27 +02:00
parent af8c98a0f3
commit a3793ee7e3
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -238,7 +238,6 @@ jobs:
if: ${{ matrix.sys != 'msys' }}
with:
msystem: ${{ matrix.sys }}
update: ${{ matrix.sys == 'clangarm64' }} # delete this line on next msys2/setup-msys2 bump
install: >-
mingw-w64-${{ matrix.env }}-cc
mingw-w64-${{ matrix.env }}-${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || '' }}