From 2cd1c11db37b7475690b4ea64ecda88a3de615c9 Mon Sep 17 00:00:00 2001 From: Sebastien Vincent Date: Mon, 24 Feb 2020 09:16:06 +0100 Subject: [PATCH] Try to fix appveyor build. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 69c29ca8..99faad5c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,7 @@ install: - scons --version before_build: + - vcpkg integrate install - vcpkg install libiconv --triplet %PLATFORM%-windows-static - vcpkg install boost-asio boost-thread boost-system boost-program-options boost-filesystem boost-iostreams boost-random boost-foreach --triplet %PLATFORM%-windows-static - vcpkg install curl --triplet %PLATFORM%-windows-static