From 5e183c970ae5313613fa535dea7edffd1dc9dc61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Tue, 5 May 2020 21:26:57 +0200 Subject: [PATCH] add --recurse to vcpkg appveyor command --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c627c53..13b46fd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ for: - c:\VulkanSDK\ install: - if not exist VulkanSDK.exe curl -L --silent --show-error --output VulkanSDK.exe https://vulkan.lunarg.com/sdk/download/1.1.130.0/windows/VulkanSDK-1.1.130.0-Installer.exe?Human=true && VulkanSDK.exe /S - - vcpkg install freetype harfbuzz fontconfig glfw3 + - vcpkg install freetype harfbuzz fontconfig glfw3 --recurse before_build: - git submodule update --init --recursive - mkdir build -- 2.47.3