We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f1bec commit 7644508Copy full SHA for 7644508
appveyor.yml
@@ -141,9 +141,9 @@ install:
141
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
142
143
# Help debug some handle issues on AppVeyor
144
- - ps: Invoke-WebRequest -Uri https://download.sysinternals.com/files/Handle.zip -OutFile handle.zip
+ - appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-05-15-Handle.zip
145
- mkdir handle
146
- - ps: Expand-Archive handle.zip -dest handle
+ - 7z x -ohandle 2017-05-15-Handle.zip
147
- set PATH=%PATH%;%CD%\handle
148
- handle.exe -accepteula -help
149
0 commit comments