Skip to content

Commit 4302aa2

Browse files
committed
Workaround vcpkg pkg_config breakage
1 parent d786a55 commit 4302aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/install-windows-vcpkg.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ 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
1112
cmd "/C bootstrap-vcpkg.bat -disableMetrics"
1213
#./vcpkg integrate install
1314
echo "set(VCPKG_BUILD_TYPE release)" >> triplets/x64-windows.cmake

0 commit comments

Comments
 (0)