Skip to content

Commit

Permalink
fix: force vcpkg system binaries before install
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 3, 2025
1 parent e99c465 commit bad3148
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ fi
# pnpm
npm i -g pnpm

export VCPKG_FORCE_SYSTEM_BINARIES=1

# vcpkg
npx -y setup-cpp --vcpkg "ee2d2a100103e0f3613c60655dcf15be7d5157b8"

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

0 comments on commit bad3148

Please sign in to comment.