We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 069971f commit f10b93cCopy full SHA for f10b93c
.github/workflows/ci.yml
@@ -258,7 +258,7 @@ jobs:
258
shell: powershell
259
run: |
260
# (https://github.com/cygwin/cygwin-install-action/blob/master/action.yml)
261
- Invoke-WebRequest https://cygwin.com/setup-x86_64.exe -OutFile C:\setup.exe
+ Invoke-WebRequest https://cygwin.com/setup-x86_64.exe -OutFile C:\setup.exe -MaximumRetryCount 3
262
# because setup is a Windows GUI app, make it part of a pipeline to make
263
# PowerShell wait for it to exit
264
& C:\setup.exe -qgnO -t | Out-Default
0 commit comments