Appveyor: stick with a known working nsis version
This commit is contained in:
parent
6f84f921f3
commit
993cbf5ae9
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ install:
|
||||||
- systeminfo
|
- systeminfo
|
||||||
# upgrade cmake in order to have c++11 support
|
# upgrade cmake in order to have c++11 support
|
||||||
- choco install cmake -y
|
- 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: |
|
- ps: |
|
||||||
if (Test-Path c:\protoc) {
|
if (Test-Path c:\protoc) {
|
||||||
echo "using protoc from cache"
|
echo "using protoc from cache"
|
||||||
|
|
Loading…
Reference in a new issue