mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
commit
bd08387165
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -9,8 +9,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: update brew and install dependencies
|
- name: install dependencies
|
||||||
run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf
|
run: HOMEBREW_NO_AUTO_UPDATE=1 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
Block a user