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 73626ffCopy full SHA for 73626ff
.github/workflows/ci.yml
@@ -255,10 +255,10 @@ jobs:
255
libxml2-devel libsqlite3-devel
256
libintl-devel
257
- name: Update
258
- shell: powershell
+ shell: pwsh
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