[appveyor] fix build with current VM image

pull/611/head
Hleb Valoshka 2020-02-13 22:32:27 +03:00
parent fb4bede3d1
commit 46dc8a7216
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,6 @@ init:
install:
- cd c:\tools\vcpkg
- git pull
- vcpkg install libpng:x86-windows
- vcpkg install gettext:x86-windows
- vcpkg install libjpeg-turbo:x86-windows
@ -58,6 +57,7 @@ install:
- vcpkg install glew:x86-windows
- vcpkg install eigen3:x86-windows
- vcpkg install freetype:x86-windows
- git pull
- vcpkg install cspice:x86-windows
- vcpkg integrate install
- cd %APPVEYOR_BUILD_FOLDER%