diff --git a/appveyor.yml b/appveyor.yml index 2a8acd69e..0c2240193 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -112,7 +112,7 @@ for: C:\Tools\vcpkg\bootstrap-vcpkg.bat -disableMetrics C:\Tools\vcpkg\vcpkg integrate install set VCPKG_DEFAULT_TRIPLET=%platform%-windows - vcpkg install sqlite3[core,dbstat,math,json1] + vcpkg install sqlite3[core,dbstat,math,json1,fts5] rem The Visual Studio 2017 build worker image comes with CMake 3.16 only, and sqlite_orm will build the Catch2 dependency from source if not "%appveyor_build_worker_image%"=="Visual Studio 2017" (vcpkg install catch2) before_build: