diff --git a/app/linux-pre-vcpkg.sh b/app/linux-pre-vcpkg.sh index 71d01b3dfe..ea59f511db 100755 --- a/app/linux-pre-vcpkg.sh +++ b/app/linux-pre-vcpkg.sh @@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}" # Build vcpkg if [ ! -d "vcpkg" ]; then echo "Cloning vcpkg" - git clone --depth 1 --branch "${VCPKG_BRANCH:-2024.02.14}" https://github.com/microsoft/vcpkg.git vcpkg + git clone --depth 1 --branch "${VCPKG_BRANCH:-2024.01.12}" https://github.com/microsoft/vcpkg.git vcpkg fi export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"