Skip to content

Commit 312aef2

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into CTEs
2 parents 4f4155a + 9baa19d commit 312aef2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ for:
112112
C:\Tools\vcpkg\bootstrap-vcpkg.bat -disableMetrics
113113
C:\Tools\vcpkg\vcpkg integrate install
114114
set VCPKG_DEFAULT_TRIPLET=%platform%-windows
115-
vcpkg install sqlite3[core,dbstat,math,json1,fts5]
115+
vcpkg install sqlite3[core,dbstat,math,json1,fts5,soundex]
116116
rem The Visual Studio 2017 build worker image comes with CMake 3.16 only, and sqlite_orm will build the Catch2 dependency from source
117117
if not "%appveyor_build_worker_image%"=="Visual Studio 2017" (vcpkg install catch2)
118118
before_build:
@@ -144,7 +144,7 @@ for:
144144
popd
145145
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
146146
$HOME/vcpkg/vcpkg integrate install --overlay-triplets=vcpkg/triplets
147-
vcpkg install sqlite3[core,dbstat,math,json1,fts5] catch2 --overlay-triplets=vcpkg/triplets
147+
vcpkg install sqlite3[core,dbstat,math,json1,fts5,soundex] catch2 --overlay-triplets=vcpkg/triplets
148148
before_build:
149149
- |-
150150
mkdir compile
@@ -171,7 +171,7 @@ for:
171171
git clone --depth 1 --branch 2024.03.25 https://github.com/microsoft/vcpkg.git $HOME/vcpkg
172172
$HOME/vcpkg/bootstrap-vcpkg.sh -disableMetrics
173173
$HOME/vcpkg/vcpkg integrate install --overlay-triplets=vcpkg/triplets
174-
vcpkg install sqlite3[core,dbstat,math,json1,fts5] catch2 --overlay-triplets=vcpkg/triplets
174+
vcpkg install sqlite3[core,dbstat,math,json1,fts5,soundex] catch2 --overlay-triplets=vcpkg/triplets
175175
before_build:
176176
- |-
177177
mkdir compile

0 commit comments

Comments
 (0)