Mercurial > hg > vamp-plugin-sdk
changeset 521:62987b6d6a3b
Looks like choco currently has a broken version of wget; use an older one
author | Chris Cannam |
---|---|
date | Thu, 16 May 2019 12:45:08 +0100 |
parents | b650289c47b4 |
children | 0b6802e3b755 |
files | .appveyor.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.appveyor.yml Thu Feb 07 10:21:52 2019 +0000 +++ b/.appveyor.yml Thu May 16 12:45:08 2019 +0100 @@ -7,7 +7,7 @@ - x64 install: - - cinst wget + - cinst wget --version 1.20 - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w32-setup.exe - c:\ProgramData\chocolatey\bin\wget.exe http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28-w64-setup.exe - ps: .\libsndfile-1.0.28-w32-setup.exe /silent /sp- /norestart