CI: Use different image to avoid vcpkg update

vcpkg update is time consuming, just use a more recent version.

Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
This commit is contained in:
Frediano Ziglio 2022-06-13 11:09:00 +01:00
parent e9d487c75b
commit ccb53f5dfe

View File

@ -1,5 +1,7 @@
configuration: Release
image: Visual Studio 2019
cache: c:\Tools\vcpkg\installed\
environment:
@ -14,8 +16,6 @@ install:
- refreshenv
- cd %VCPKG_ROOT%
- git pull
- .\bootstrap-vcpkg.bat
- vcpkg install libpng:x64-windows-static libpng:x86-windows-static
build_script: