mirror of
https://github.com/curl/curl.git
synced 2025-09-08 13:24:59 +03:00
GHA/windows: enable MSYS2 diffutils
on ARM64
https://packages.msys2.org/packages/mingw-w64-clang-aarch64-diffutils Thanks-to: Christoph Reiter Ref: https://github.com/curl/curl/pull/17067#issuecomment-2816599349 Closes #17103
This commit is contained in:
parent
e325001e52
commit
c4e776cafa
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -227,10 +227,11 @@ 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' || '' }}
|
||||
${{ matrix.sys != 'clangarm64' && format('mingw-w64-{0}-diffutils', matrix.env) || '' }}
|
||||
mingw-w64-${{ matrix.env }}-diffutils
|
||||
mingw-w64-${{ matrix.env }}-libpsl
|
||||
mingw-w64-${{ matrix.env }}-c-ares
|
||||
${{ matrix.install }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user