We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38bbfa7 commit 46871b9Copy full SHA for 46871b9
ci/install-windows-vcpkg.sh
@@ -8,7 +8,6 @@ if [ ! -e "$VCPKG_ROOT" ]; then
8
fi
9
pushd "$VCPKG_ROOT"
10
git pull
11
-git pull --depth=100; git checkout 077c0746be3773fdd443af52cbe5c3cc26379a15 # until https://github.com/microsoft/vcpkg/issues/12565 is fixed
12
cmd "/C bootstrap-vcpkg.bat -disableMetrics"
13
#./vcpkg integrate install
14
echo "set(VCPKG_BUILD_TYPE release)" >> triplets/x64-windows.cmake
0 commit comments