Merge pull request #6852

346381f workflows: don't brew update (selsta)
This commit is contained in:
luigi1111 2020-10-21 22:56:37 -05:00
commit bd08387165
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -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