mirror of https://github.com/rust-lang/rust.git
appveyor: Use InnoSetup from our mirror
Chocolatey has been pretty flaky, so let's not rely on it. Closes #43985
This commit is contained in:
parent
a24e0f25d7
commit
4d7dfc1407
|
@ -145,7 +145,8 @@ install:
|
|||
# - set PATH=%PATH%;%CD% -- this already happens above for sccache
|
||||
|
||||
# Install InnoSetup to get `iscc` used to produce installers
|
||||
- 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
|
||||
- 2017-08-22-is.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
|
||||
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
|
||||
|
||||
# Help debug some handle issues on AppVeyor
|
||||
|
|
Loading…
Reference in New Issue