mirror of
https://github.com/curl/curl.git
synced 2026-07-10 14:07:15 +03:00
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:b13c6d3af1Ref:c4e776cafa#17103 Closes #22242
This commit is contained in:
parent
5bf1ce64f5
commit
a55dfa5e35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue