workflows: fix macOS build
This commit is contained in:
parent
39e1890276
commit
bcaa86519e
|
@ -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 unbound libsodium miniupnpc ldns expat libunwind-headers protobuf
|
run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf
|
||||||
- name: build
|
- name: build
|
||||||
run: make -j3
|
run: make -j3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue