Force vcpkg update in attempt to fix appveyor
This commit is contained in:
parent
8f89a60953
commit
1460cac41a
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue