Skip to content

Commit 65c8e08

Browse files
committed
ci: clone/build vcpkg directly
1 parent 7ff9b45 commit 65c8e08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

script/install-deps.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ npm i -g pnpm
6767
export VCPKG_FORCE_SYSTEM_BINARIES=1
6868

6969
# vcpkg
70-
npx -y setup-cpp --vcpkg "ee2d2a100103e0f3613c60655dcf15be7d5157b8" --timeout 3600000
70+
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
7175

7276
# zeromq
7377
cd ~/vcpkg || exit 1

0 commit comments

Comments
 (0)