From db4971e6c0ea9a7697d115a48b0902147aee8049 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 26 Mar 2020 00:20:40 +0100 Subject: [PATCH] Also on windows CI. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index ded5b2ac..b68f34b0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,7 +8,7 @@ install: - cmd: cd c:\tools\vcpkg - cmd: git pull - cmd: bootstrap-vcpkg.bat - - cmd: vcpkg install freetype glfw3 --triplet x64-windows-static + - cmd: vcpkg install freetype glfw3 capstone[core,arm,arm64,x86] --triplet x64-windows-static - cmd: vcpkg integrate install - cmd: cd %APPVEYOR_BUILD_FOLDER% build_script: