We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff9b45 commit 65c8e08Copy full SHA for 65c8e08
script/install-deps.sh
@@ -67,7 +67,11 @@ npm i -g pnpm
67
export VCPKG_FORCE_SYSTEM_BINARIES=1
68
69
# vcpkg
70
-npx -y setup-cpp --vcpkg "ee2d2a100103e0f3613c60655dcf15be7d5157b8" --timeout 3600000
+git clone https://github.com/microsoft/vcpkg.git ~/vcpkg
71
+cd ~/vcpkg || exit 1
72
+git checkout "ee2d2a100103e0f3613c60655dcf15be7d5157b8"
73
+~/vcpkg/bootstrap-vcpkg.sh
74
+cd - || exit 1
75
76
# zeromq
77
cd ~/vcpkg || exit 1
0 commit comments