We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60aa991 commit db2147dCopy full SHA for db2147d
app/mac-pre-vcpkg.sh
@@ -31,7 +31,7 @@ cd "${SCRIPT_DIR}"
31
# Build vcpkg
32
if [ ! -d "vcpkg" ]; then
33
echo "Cloning vcpkg"
34
- git clone --depth 1 --branch 2024.12.16 https://github.com/microsoft/vcpkg.git vcpkg
+ git clone --depth 1 --branch 2025.02.14 https://github.com/microsoft/vcpkg.git vcpkg
35
fi
36
37
export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"
0 commit comments