Merge pull request #3122

caff619 workflows: don't brew update (selsta)
This commit is contained in:
luigi1111 2020-10-04 17:43:16 -05:00
commit 06a66e3a00
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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 qt5 pkg-config run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf qt5 pkg-config
- name: build - name: build
run: DEV_MODE=ON make release -j3 run: DEV_MODE=ON make release -j3
- name: test qml - name: test qml