From 5a15ff0e4891501bddfc7d98c923002d906f16df Mon Sep 17 00:00:00 2001 From: Sam Aaron Date: Sun, 25 Feb 2024 11:49:36 +0000 Subject: [PATCH] Build - drop linux vcpkg version back one the latest unfortunately fails on github ci --- app/linux-pre-vcpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"