Skip to content

Commit 8bea2b3

Browse files
committed
Build - temporarily move to vckpg latest on Windows
1 parent e4a28ac commit 8bea2b3

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 2025.04.09 https://github.com/microsoft/vcpkg.git vcpkg
8+
git clone --depth 1 https://github.com/microsoft/vcpkg.git vcpkg
99
)
1010

1111
set VCPKG_ROOT=%~dp0/vcpkg

0 commit comments

Comments
 (0)