GHA/windows: exclude diffutils for 32-bit builds

It's not longer offered by MSYS2.

Bug: https://github.com/curl/curl/pull/22239#issuecomment-4856772868
Ref: b13c6d3af1
Ref: c4e776cafa #17103

Closes #22242
This commit is contained in:
Viktor Szakats 2026-07-01 17:14:12 +02:00
parent 5bf1ce64f5
commit a55dfa5e35
No known key found for this signature in database

View file

@ -344,7 +344,7 @@ jobs:
install: >-
mingw-w64-${{ matrix.env }}-cc
mingw-w64-${{ matrix.env }}-${{ matrix.build }} ${{ matrix.build == 'autotools' && 'make' || '' }}
mingw-w64-${{ matrix.env }}-diffutils
${{ matrix.sys != 'mingw32' && format('mingw-w64-{0}-diffutils', matrix.env) || '' }}
mingw-w64-${{ matrix.env }}-libpsl
${{ matrix.install }}