Skip to content

Commit

Permalink
GHA: Avoid the broken diffutils 3.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate committed Feb 20, 2025
1 parent 34b7b4e commit 02e7e3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/cygwin.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ if "%1" equ "x86_64-pc-cygwin" (
set CYGWIN_PACKAGES=
)

:: TODO: Remove the explicit version set for diffutils when <URL> is fixed
:: libicu-devel is needed until an alternative to the uconv call in MungeSymlinks
:: is found
set CYGWIN_PACKAGES=make,patch,curl,diffutils,tar,unzip,git,gcc-g++,libicu-devel%CYGWIN_PACKAGES%
set CYGWIN_PACKAGES=make,patch,curl,diffutils=3.10-1,tar,unzip,git,gcc-g++,libicu-devel%CYGWIN_PACKAGES%
:: xxd is needed for reftests
set CYGWIN_PACKAGES=xxd,%CYGWIN_PACKAGES%

Expand Down

0 comments on commit 02e7e3c

Please sign in to comment.