Skip to content

Commit

Permalink
ci: cache and install vcpkg and zeromq for LinuxArm
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 1, 2025
1 parent 3335f18 commit d20d90f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ jobs:
;;
esac
npm i -g pnpm
npx -y setup-cpp --vcpkg "ee2d2a100103e0f3613c60655dcf15be7d5157b8"
~/vcpkg/vcpkg install 'zeromq[draft,curve,sodium]'
run: |
pnpm install && \
Expand Down

0 comments on commit d20d90f

Please sign in to comment.