From a1415a374b867f552d928b0f4b137ce13a85e1b1 Mon Sep 17 00:00:00 2001 From: Hyunjin Song Date: Sat, 1 Sep 2018 14:04:48 +0900 Subject: [PATCH] Fix AppVeyor CI failure due to Vcpkg Adds --recurse option to allow rebuilding dependencies --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a12ea1260..350e4351f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,7 +8,7 @@ environment: matrix: - compiler: msvc install: - - vcpkg install --triplet %PLATFORM%-windows fftw3 libsamplerate libsndfile sdl2 + - vcpkg install --triplet %PLATFORM%-windows --recurse fftw3 libsamplerate libsndfile sdl2 - nuget install clcache -Version 4.1.0 build_script: - cd %APPVEYOR_BUILD_FOLDER%