Appveyor: grab sqlite3 using vcpkg

This commit is contained in:
CakeLancelot 2020-12-13 22:52:17 -06:00 committed by GitHub
parent 6937ff86a4
commit 57c28d7539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,9 @@ for:
matrix:
only:
- image: Visual Studio 2019
install:
- cmd: vcpkg install sqlite3:x64-windows
- cmd: vcpkg integrate install
build_script:
- ps: |
$versions = "104", "728"