Skip to content

Commit 63d1002

Browse files
committed
Build - Bump vcpkg version for Windows
1 parent ce145b8 commit 63d1002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/win-pre-vcpkg.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd %~dp0
55
REM Build vcpkg
66
if not exist "vcpkg\" (
77
echo Cloning vcpkg
8-
git clone --depth 1 --branch 2022.06.16.1 https://github.com/microsoft/vcpkg.git vcpkg
8+
git clone --depth 1 --branch 2022.08.15 https://github.com/microsoft/vcpkg.git vcpkg
99
)
1010

1111
if not exist "vcpkg\vcpkg.exe" (

0 commit comments

Comments
 (0)