Merge pull request #2691

916c0e4 workflows: fix macOS build (selsta)
This commit is contained in:
luigi1111 2020-01-06 11:17:01 -05:00
commit 4920df95e3
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: update brew and install dependencies
run: brew update && brew install boost hidapi zmq libpgm unbound libsodium miniupnpc ldns expat doxygen graphviz libunwind-headers protobuf qt5
run: brew update && brew install boost hidapi zmq libpgm unbound libsodium miniupnpc ldns expat libunwind-headers protobuf qt5
- name: build
run: export PATH=$PATH:/usr/local/opt/qt/bin && ./build.sh
- name: test qml