We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24e0f2 commit 4d7dfc1Copy full SHA for 4d7dfc1
appveyor.yml
@@ -145,7 +145,8 @@ install:
145
# - set PATH=%PATH%;%CD% -- this already happens above for sccache
146
147
# Install InnoSetup to get `iscc` used to produce installers
148
- - appveyor-retry choco install -y InnoSetup
+ - appveyor-retry appveyor DownloadFile https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-08-22-is.exe
149
+ - 2017-08-22-is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
150
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
151
152
# Help debug some handle issues on AppVeyor
0 commit comments