diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-02-26 14:17:57 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-02-26 14:17:57 -0500 |
| commit | 19cf510e629da647e927f9958959328c0d7ae525 (patch) | |
| tree | 3bbadb7bf5051441ecd35d58a869c6d25cba4d5d | |
| parent | b4a65c52cc51fede20b80be0bf9f0e816c9ef752 (diff) | |
| parent | 57d330244bde380fe8658e2ad375cfe7a07804ac (diff) | |
| download | monzero-gui-19cf510e629da647e927f9958959328c0d7ae525.tar.gz monzero-gui-19cf510e629da647e927f9958959328c0d7ae525.tar.xz monzero-gui-19cf510e629da647e927f9958959328c0d7ae525.zip | |
Merge pull request #2784
57d3302 workflows: fix macOS build (selsta)
| -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 |
