Merge pull request #6852

346381f workflows: don't brew update (selsta)
pull/6940/head
luigi1111 4 years ago
commit bd08387165
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: update brew and install dependencies
run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf
- name: install dependencies
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf
- name: build
run: make -j3

Loading…
Cancel
Save