Skip to content

Commit fa6e49f

Browse files
committed
Build - drop linux vcpkg back yet again!
1 parent 6d302bc commit fa6e49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/linux-pre-vcpkg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
3030
# Build vcpkg
3131
if [ ! -d "vcpkg" ]; then
3232
echo "Cloning vcpkg"
33-
git clone --depth 1 --branch "${VCPKG_BRANCH:-2023.12.12}" https://github.com/microsoft/vcpkg.git vcpkg
33+
git clone --depth 1 --branch "${VCPKG_BRANCH:-2023.11.20}" https://github.com/microsoft/vcpkg.git vcpkg
3434
fi
3535

3636
export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"

0 commit comments

Comments
 (0)