From 5a81fd5e6b981698a9e46cac4020f48af986217b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 25 Jul 2019 18:46:57 +0200 Subject: [PATCH] Try updating to newest vcpkg on CI. --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 9bbcdee2..aa57a5d6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,6 +6,8 @@ image: - Ubuntu1804 install: - cmd: cd c:\tools\vcpkg + - cmd: git pull + - cmd: bootstrap-vcpkg.bat - cmd: vcpkg install freetype glfw3 --triplet x64-windows-static - cmd: vcpkg integrate install - cmd: cd %APPVEYOR_BUILD_FOLDER%