Skip to content

Commit b936fca

Browse files
v1.34.23: add sqlite3 to Windows CI + vcpkg manifest (#282)
1 parent 0ebcfa8 commit b936fca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
cd $env:GITHUB_WORKSPACE\vcpkg
156156
.\bootstrap-vcpkg.bat
157157
158-
.\vcpkg.exe install boost-system:x64-windows
158+
.\vcpkg.exe install boost-system:x64-windows sqlite3:x64-windows
159159
.\vcpkg.exe integrate install
160160
161161
"VCPKG_ROOT=$env:GITHUB_WORKSPACE\vcpkg" | Out-File -FilePath $env:GITHUB_ENV -Append

vcpkg.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "vix",
3+
"version-string": "dev",
4+
"dependencies": [
5+
"boost",
6+
"sqlite3"
7+
]
8+
}

0 commit comments

Comments
 (0)