Skip to content

Commit

Permalink
appveyor: Use InnoSetup from our mirror
Browse files Browse the repository at this point in the history
Chocolatey has been pretty flaky, so let's not rely on it.

Closes rust-lang#43985
  • Loading branch information
alexcrichton committed Aug 23, 2017
1 parent a24e0f2 commit 4d7dfc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d7dfc1

Please sign in to comment.