Appveyor: stick with a known working nsis version

This commit is contained in:
Fabio Bas 2016-04-12 22:05:30 +02:00
parent 6f84f921f3
commit 993cbf5ae9

View file

@ -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"