diff options
| author | selsta <selsta@sent.at> | 2020-02-25 22:09:37 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-02-25 22:33:50 +0100 |
| commit | 57d330244bde380fe8658e2ad375cfe7a07804ac (patch) | |
| tree | 3bbadb7bf5051441ecd35d58a869c6d25cba4d5d /.github | |
| parent | b4a65c52cc51fede20b80be0bf9f0e816c9ef752 (diff) | |
| download | monzero-gui-57d330244bde380fe8658e2ad375cfe7a07804ac.tar.gz monzero-gui-57d330244bde380fe8658e2ad375cfe7a07804ac.tar.xz monzero-gui-57d330244bde380fe8658e2ad375cfe7a07804ac.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 7fb5baf1..d1a1daa8 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 libunwind-headers protobuf qt5 + run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf qt5 - name: build run: export PATH=$PATH:/usr/local/opt/qt/bin && ./build.sh - name: test qml |
