forked from Public/monero-gui
workflows: fix macOS build
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user