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 7af1aed commit 4d09e78Copy full SHA for 4d09e78
.github/scripts/build-windows.ps1
@@ -119,7 +119,7 @@ Get-ChildItem env:
119
120
# Install vcpkg and build dependencies
121
if (!(Test-Path ./vcpkg)) {
122
- exec { git clone https://github.com/microsoft/vcpkg -b 2023.11.20 --depth 1}
+ exec { git clone https://github.com/microsoft/vcpkg -b 2025.01.13 --depth 1}
123
exec { ./vcpkg/bootstrap-vcpkg }
124
}
125
exec { ./vcpkg/vcpkg install zlib libjpeg-turbo[jpeg8] jasper lcms --triplet=x64-windows-static --recurse }
0 commit comments