Skip to content

Commit d20d90f

Browse files
committed
ci: cache and install vcpkg and zeromq for LinuxArm
1 parent 3335f18 commit d20d90f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ jobs:
233233
;;
234234
esac
235235
npm i -g pnpm
236+
npx -y setup-cpp --vcpkg "ee2d2a100103e0f3613c60655dcf15be7d5157b8"
237+
~/vcpkg/vcpkg install 'zeromq[draft,curve,sodium]'
236238
237239
run: |
238240
pnpm install && \

0 commit comments

Comments
 (0)