File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
3030# Build vcpkg
3131if [ ! -d " vcpkg" ]; then
3232 echo " Cloning vcpkg"
33- git clone --depth 1 --branch " ${VCPKG_BRANCH:- 2022.08.15 } " https://github.com/microsoft/vcpkg.git vcpkg
33+ git clone --depth 1 --branch " ${VCPKG_BRANCH:- 2022.09.27 } " https://github.com/microsoft/vcpkg.git vcpkg
3434fi
3535
3636export VCPKG_ROOT=" $SCRIPT_DIR /vcpkg"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ cd "${SCRIPT_DIR}"
3030# Build vcpkg
3131if [ ! -d " vcpkg" ]; then
3232 echo " Cloning vcpkg"
33- git clone --depth 1 --branch 2022.08.15 https://github.com/microsoft/vcpkg.git vcpkg
33+ git clone --depth 1 --branch 2022.09.27 https://github.com/microsoft/vcpkg.git vcpkg
3434fi
3535
3636export VCPKG_ROOT=" $SCRIPT_DIR /vcpkg"
Original file line number Diff line number Diff line change 55REM Build vcpkg
66if not exist " vcpkg\" (
77 echo Cloning vcpkg
8- git clone --depth 1 --branch 2022.08.15 https://github.com/microsoft/vcpkg.git vcpkg
8+ git clone --depth 1 --branch 2022.09.27 https://github.com/microsoft/vcpkg.git vcpkg
99)
1010
1111set VCPKG_ROOT = %~dp0 /vcpkg
You can’t perform that action at this time.
0 commit comments