mirror of
https://github.com/monero-project/monero.git
synced 2025-01-10 11:39:28 -05:00
Merge pull request #7985
2481333
workflows: add missing dependency, fix mac build (selsta)
This commit is contained in:
commit
123c46d331
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user