Merge pull request #1939 from ctrlaltca/fix_appveyor

Appveyor: stick with a known working nsis version
This commit is contained in:
ctrlaltca 2016-04-12 23:08:49 +02:00
commit 768a1c5fb4

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"