Skip to content

Commit bad3148

Browse files
committed
fix: force vcpkg system binaries before install
1 parent e99c465 commit bad3148

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/install-deps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ fi
6464
# pnpm
6565
npm i -g pnpm
6666

67+
export VCPKG_FORCE_SYSTEM_BINARIES=1
68+
6769
# vcpkg
6870
npx -y setup-cpp --vcpkg "ee2d2a100103e0f3613c60655dcf15be7d5157b8"
6971

7072
# zeromq
71-
export VCPKG_FORCE_SYSTEM_BINARIES=1
7273
cd ~/vcpkg || exit 1
7374
~/vcpkg/vcpkg install 'zeromq[draft,curve,sodium]' || (cd - || exit 1)
7475
cd - || exit 1

0 commit comments

Comments
 (0)