mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-27 00:53:43 +01:00
workflows: fix macOS build
This commit is contained in:
parent
b4a65c52cc
commit
57d330244b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: update brew and install dependencies
|
- name: update brew and install dependencies
|
||||||
run: brew update && brew install boost hidapi zmq libpgm unbound libsodium miniupnpc ldns expat libunwind-headers protobuf qt5
|
run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf qt5
|
||||||
- name: build
|
- name: build
|
||||||
run: export PATH=$PATH:/usr/local/opt/qt/bin && ./build.sh
|
run: export PATH=$PATH:/usr/local/opt/qt/bin && ./build.sh
|
||||||
- name: test qml
|
- name: test qml
|
||||||
|
Loading…
Reference in New Issue
Block a user