Merge pull request #7985

2481333 workflows: add missing dependency, fix mac build (selsta)
This commit is contained in:
luigi1111 2021-10-05 21:45:19 -05:00
commit 123c46d331
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: update brew and install dependencies - 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 - name: build
run: make -j3 run: make -j3