Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Mar 10, 2024
1 parent 334a0b8 commit 0216238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit 0216238

Please sign in to comment.