Force vcpkg update in attempt to fix appveyor

This commit is contained in:
Jean Pierre Cimalando 2020-08-31 10:09:52 +02:00
parent 8f89a60953
commit 1460cac41a

View file

@ -12,6 +12,10 @@ install:
- cmd: set PATH=C:\Program Files (x86)\Inno Setup 6;%PATH%
- cmd: if %platform%==Win32 set VCPKG_TRIPLET=x86-windows-static
- cmd: if %platform%==x64 set VCPKG_TRIPLET=x64-windows-static
- cmd: cd c:\tools\vcpkg\
- cmd: git pull
- cmd: .\bootstrap-vcpkg.bat
- cmd: cd %APPVEYOR_BUILD_FOLDER%
- cmd: vcpkg install libsndfile:%VCPKG_TRIPLET%
before_build: