Skip to content

Commit db2147d

Browse files
committed
Build - bump macOS vcpkg version
1 parent 60aa991 commit db2147d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/mac-pre-vcpkg.sh

+1-1
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 2024.12.16 https://github.com/microsoft/vcpkg.git vcpkg
34+
git clone --depth 1 --branch 2025.02.14 https://github.com/microsoft/vcpkg.git vcpkg
3535
fi
3636

3737
export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"

0 commit comments

Comments
 (0)