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 @@ -6,7 +6,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
6
# Build vcpkg
7
7
if [ ! -d " vcpkg" ]; then
8
8
echo " Cloning vcpkg"
9
- git clone --single-branch --branch master https://github.com/microsoft/vcpkg.git vcpkg
9
+ git clone --depth 1 --branch 2021.05.12 https://github.com/microsoft/vcpkg.git vcpkg
10
10
fi
11
11
12
12
if [ ! -f " vcpkg/vcpkg" ]; then
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
6
# Build vcpkg
7
7
if [ ! -d " vcpkg" ]; then
8
8
echo " Cloning vcpkg"
9
- git clone --single-branch --branch master https://github.com/microsoft/vcpkg.git vcpkg
9
+ git clone --depth 1 --branch 2021.05.12 https://github.com/microsoft/vcpkg.git vcpkg
10
10
fi
11
11
12
12
if [ ! -f " vcpkg/vcpkg" ]; then
Original file line number Diff line number Diff line change 3
3
REM Build vcpkg
4
4
if not exist " vcpkg\" (
5
5
echo Cloning vcpkg
6
- git clone --single-branch --branch master https://github.com/microsoft/vcpkg vcpkg
6
+ git clone --depth 1 --branch 2021.05.12 https://github.com/microsoft/vcpkg.git vcpkg
7
7
)
8
8
9
9
if not exist " vcpkg\vcpkg.exe" (
You can’t perform that action at this time.
0 commit comments