diff options
| author | selsta <selsta@sent.at> | 2019-12-30 11:03:05 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-12-30 11:03:05 +0100 |
| commit | 916c0e4406cf07a14a102347d04836540346477a (patch) | |
| tree | 156e916e1d45204d40d8ed1210bf30ac6208ec73 /.github | |
| parent | 43f378b7d282fe595f681c3b1a9f27c97255f70e (diff) | |
| download | monzero-gui-916c0e4406cf07a14a102347d04836540346477a.tar.gz monzero-gui-916c0e4406cf07a14a102347d04836540346477a.tar.xz monzero-gui-916c0e4406cf07a14a102347d04836540346477a.zip | |
workflows: fix macOS build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7869c361..760f2cfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
