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 ce145b8 commit 63d1002Copy full SHA for 63d1002
app/win-pre-vcpkg.bat
@@ -5,7 +5,7 @@ cd %~dp0
5
REM Build vcpkg
6
if not exist "vcpkg\" (
7
echo Cloning vcpkg
8
- git clone --depth 1 --branch 2022.06.16.1 https://github.com/microsoft/vcpkg.git vcpkg
+ git clone --depth 1 --branch 2022.08.15 https://github.com/microsoft/vcpkg.git vcpkg
9
)
10
11
if not exist "vcpkg\vcpkg.exe" (
0 commit comments