Skip to content

Commit 46871b9

Browse files
committed
Rollback vcpkg workaround
1 parent 38bbfa7 commit 46871b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/install-windows-vcpkg.sh

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ if [ ! -e "$VCPKG_ROOT" ]; then
88
fi
99
pushd "$VCPKG_ROOT"
1010
git pull
11-
git pull --depth=100; git checkout 077c0746be3773fdd443af52cbe5c3cc26379a15 # until https://github.com/microsoft/vcpkg/issues/12565 is fixed
1211
cmd "/C bootstrap-vcpkg.bat -disableMetrics"
1312
#./vcpkg integrate install
1413
echo "set(VCPKG_BUILD_TYPE release)" >> triplets/x64-windows.cmake

0 commit comments

Comments
 (0)