workflows: fix macOS build

pull/235/head
selsta 4 years ago
parent 39e1890276
commit bcaa86519e
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -10,7 +10,7 @@ jobs:
with:
submodules: recursive
- 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
run: make -j3

Loading…
Cancel
Save