diff --git a/appveyor.yml b/appveyor.yml index f0746d5..09aeee2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ install: #- ps: Start-FileDownload 'http://sqlite.org/2017/sqlite-dll-win64-x64-3180000.zip' #- cmd: 7z e sqlite-dll-win64-x64-3180000.zip -y > nul - ps: Start-FileDownload 'http://sqlite.org/2017/sqlite-amalgamation-3180000.zip' - - cmd: 7z e sqlite-amalgamation-3180000.zip -y > nul + - cmd: 7z e sqlite-amalgamation-3180000.zip -oC:\tools\sqlite -y > nul - SET SQLITE3_LIB_DIR=%APPVEYOR_BUILD_FOLDER% - SET SQLITE3_INCLUDE_DIR=%APPVEYOR_BUILD_FOLDER%