Skip to content

Commit 6bbee73

Browse files
committed
Build - bump vcpkg to latest release for linux
1 parent 8e9be57 commit 6bbee73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/linux-pre-vcpkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cd "${SCRIPT_DIR}"
3636
# Build vcpkg
3737
if [ ! -d "vcpkg" ]; then
3838
echo "Cloning vcpkg"
39-
git clone --depth 1 --branch "${VCPKG_BRANCH:-2023.11.20}" https://github.com/microsoft/vcpkg.git vcpkg
39+
git clone --depth 1 --branch "${VCPKG_BRANCH:-2024.12.16}" https://github.com/microsoft/vcpkg.git vcpkg
4040
fi
4141

4242
export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"

0 commit comments

Comments
 (0)