Skip to content

Commit

Permalink
appveyor: Wrap handle.exe download in a retry
Browse files Browse the repository at this point in the history
Should help deal with spurious download failures.
  • Loading branch information
alexcrichton committed May 14, 2017
1 parent 77f1bec commit e5ec073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ install:
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%

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

0 comments on commit e5ec073

Please sign in to comment.