From 993cbf5ae9d101f3657135e8a3f90a907873f62b Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 12 Apr 2016 22:05:30 +0200 Subject: [PATCH] Appveyor: stick with a known working nsis version --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 13ed5ae1..28d980b5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,8 @@ install: - systeminfo # upgrade cmake in order to have c++11 support - choco install cmake -y - - choco install nsis -y + # The chocolatey guys like to push broken packages; better stick with a working one + - choco install nsis -y --version 2.50.0.20160103 - ps: | if (Test-Path c:\protoc) { echo "using protoc from cache"