diff options
| author | tobtoht <tob@featherwallet.org> | 2026-06-01 18:44:36 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-06-01 18:44:36 +0000 |
| commit | 67f6ca3459808c36218b00717027e700bd45c3fa (patch) | |
| tree | ac93403d895d68770cf134fc5aee8dbf8c5bfb05 | |
| parent | 4b94d7ea5e98d35850dd3679f53651ea92be792b (diff) | |
| parent | 3e7e08a1b333a195c42fc19b41121efa1fb61e27 (diff) | |
| download | monzero-gui-67f6ca3459808c36218b00717027e700bd45c3fa.tar.gz monzero-gui-67f6ca3459808c36218b00717027e700bd45c3fa.tar.xz monzero-gui-67f6ca3459808c36218b00717027e700bd45c3fa.zip | |
Merge pull request #4599
3e7e08a workflows: install unbound on macOS (selsta)
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e183613f..25407a01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: with: submodules: recursive - name: install dependencies - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm libsodium miniupnpc expat libunwind-headers protobuf qt5 pkg-config + run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libsodium miniupnpc unbound libunwind-headers protobuf qt5 pkg-config - name: build run: DEV_MODE=ON make release -j3 - name: test qml @@ -78,7 +78,7 @@ jobs: with: submodules: recursive - name: install dependencies - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf pkg-config + run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq miniupnpc unbound libunwind-headers protobuf pkg-config - name: clone qt repo run: git clone -b "${QT_TAG}" --recursive --depth 1 --shallow-submodules https://github.com/qt/qt5 - name: build qt from source |
