diff --git a/.appveyor.yml b/.appveyor.yml index 26c7dd0c1..0d708007d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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%