From 021623824a07fc71c7f56e27114b1c8648f5c457 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Sun, 10 Mar 2024 21:42:18 +0100 Subject: [PATCH] a --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index b6eab9908e..6be354b33a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -62,7 +62,8 @@ install: If (!(Test-Path cpdksetup.exe )) { appveyor DownloadFile "https://download.microsoft.com/download/1/7/6/176909B0-50F2-4DF3-B29B-830A17EA7E38/CPDK_RELEASE_UPDATE/cpdksetup.exe" } - - C:\cygwin64\setup-x86_64.exe -q -P gengetopt + # update Cygwin to install more packages, see https://github.com/appveyor/ci/issues/3820 + - curl -sSf -o C:\cygwin\setup-x86.exe https://cygwin.com/setup-x86.exe - C:\cygwin\setup-x86.exe -q -P gengetopt - echo "Using %APPVEYOR_BUILD_WORKER_IMAGE% with %VCVARSALL%" - call "%VCVARSALL%" %Platform%