From e7a205030d48e9433bdc3c1c230844bc9f939ac7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sat, 9 May 2020 15:47:46 +0200 Subject: [PATCH] appveyor --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a758e672..1f943a0b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,8 +18,8 @@ for: environment: APPVEYOR_SAVE_CACHE_ON_ERROR: true install: - - vcpkg install cairo - - vcpkg integrate install --recurse + - vcpkg install cairo --recurse + - vcpkg integrate install build_script: - msbuild /p:Configuration=Release /t:restore - msbuild /p:Configuration=Release -- 2.47.3