1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-28 00:23:44 +01:00

workflows: fix macOS build

This commit is contained in:
selsta 2019-12-30 11:03:05 +01:00
parent 43f378b7d2
commit 916c0e4406
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

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