From e5ec07388cc4d8da07ba0401ba55614ff518de6f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 14 May 2017 12:41:42 -0700 Subject: [PATCH] appveyor: Wrap handle.exe download in a retry Should help deal with spurious download failures. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 42c6256a95a8c..01b176b8487b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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