Skip to content

Commit 4d7dfc1

Browse files
committed
appveyor: Use InnoSetup from our mirror
Chocolatey has been pretty flaky, so let's not rely on it. Closes rust-lang#43985
1 parent a24e0f2 commit 4d7dfc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ install:
145145
# - set PATH=%PATH%;%CD% -- this already happens above for sccache
146146

147147
# Install InnoSetup to get `iscc` used to produce installers
148-
- appveyor-retry choco install -y InnoSetup
148+
- 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-
149150
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
150151

151152
# Help debug some handle issues on AppVeyor

0 commit comments

Comments
 (0)