]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: delete MSYS2 ARM64 workaround
authorViktor Szakats <commit@vsz.me>
Fri, 24 Oct 2025 21:21:27 +0000 (23:21 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 24 Oct 2025 22:19:00 +0000 (00:19 +0200)
Follow-up to 5249b99a70be6d5689092e3cbe1f938e98124569 #18438
Follow-up to c4e776cafa22533fe8a6113a39f6a9f624e8c467 #17103

Closes #19234

.github/workflows/windows.yml

index 242d1e3e4440eb02a2268bc890c6ef5807356696..1090857fe2bfb3f1af31c9368dc8ff5ef94ff070 100644 (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' || '' }}