Skip to content

Commit 4d09e78

Browse files
committed
Update vcpkg to fix failing windows CI builds
1 parent 7af1aed commit 4d09e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Get-ChildItem env:
119119

120120
# Install vcpkg and build dependencies
121121
if (!(Test-Path ./vcpkg)) {
122-
exec { git clone https://github.com/microsoft/vcpkg -b 2023.11.20 --depth 1}
122+
exec { git clone https://github.com/microsoft/vcpkg -b 2025.01.13 --depth 1}
123123
exec { ./vcpkg/bootstrap-vcpkg }
124124
}
125125
exec { ./vcpkg/vcpkg install zlib libjpeg-turbo[jpeg8] jasper lcms --triplet=x64-windows-static --recurse }

0 commit comments

Comments
 (0)