workflows: add missing dependency, fix mac build

pull/434/head
selsta 3 years ago committed by wowario
parent 3c1dea6f62
commit d008f54cdd
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -10,7 +10,7 @@ jobs:
with:
submodules: recursive
- name: update brew and install dependencies
run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf
run: brew update && brew install boost hidapi openssl zmq libpgm miniupnpc ldns expat libunwind-headers protobuf
- name: build
run: make -j3

Loading…
Cancel
Save