Skip to content

Commit

Permalink
CI - oops wrong year!
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Apr 23, 2024
1 parent a9867fb commit aadac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/linux-pre-vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
# Build vcpkg
if [ ! -d "vcpkg" ]; then
echo "Cloning vcpkg"
git clone --depth 1 --branch "${VCPKG_BRANCH:-2024.11.20}" https://github.com/microsoft/vcpkg.git vcpkg
git clone --depth 1 --branch "${VCPKG_BRANCH:-2023.11.20}" https://github.com/microsoft/vcpkg.git vcpkg
fi

export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"
Expand Down

0 comments on commit aadac86

Please sign in to comment.