Skip to content

Commit b7e05f6

Browse files
committed
Build - bump vckpg version for mac and win
1 parent 6445d9e commit b7e05f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/mac-pre-vcpkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cd "${SCRIPT_DIR}"
3131
# Build vcpkg
3232
if [ ! -d "vcpkg" ]; then
3333
echo "Cloning vcpkg"
34-
git clone --depth 1 --branch 2025.02.14 https://github.com/microsoft/vcpkg.git vcpkg
34+
git clone --depth 1 --branch 2025.04.09 https://github.com/microsoft/vcpkg.git vcpkg
3535
fi
3636

3737
export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"

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

1111
set VCPKG_ROOT=%~dp0/vcpkg

0 commit comments

Comments
 (0)