Skip to content

Commit 7a07937

Browse files
authored
Rollup merge of #41996 - alexcrichton:more-retry, r=Mark-Simulacrum
appveyor: Wrap handle.exe download in a retry Should help deal with spurious download failures.
2 parents 0d51303 + e5ec073 commit 7a07937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ install:
141141
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
142142

143143
# Help debug some handle issues on AppVeyor
144-
- ps: Invoke-WebRequest -Uri https://download.sysinternals.com/files/Handle.zip -OutFile handle.zip
144+
- appveyor-retry appveyor DownloadFile https://download.sysinternals.com/files/Handle.zip
145145
- mkdir handle
146146
- ps: Expand-Archive handle.zip -dest handle
147147
- set PATH=%PATH%;%CD%\handle

0 commit comments

Comments
 (0)