We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d448f5 commit 82862c6Copy full SHA for 82862c6
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
echo CMAKE_TOOLCHAIN_FILE=$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake >> $env:GITHUB_ENV
44
echo VCPKG_TARGET_TRIPLET=x64-windows-static >> $env:GITHUB_ENV
45
& $env:VCPKG_INSTALLATION_ROOT\vcpkg install --triplet x64-windows-static sqlite3
46
+ & $env:VCPKG_INSTALLATION_ROOT\vcpkg install --triplet x64-windows-static-md sqlite3
47
48
- name: Setup rustup
49
run: |
0 commit comments