aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2026-06-01 16:41:16 +0200
committerselsta <selsta@sent.at>2026-06-01 16:41:16 +0200
commit3e7e08a1b333a195c42fc19b41121efa1fb61e27 (patch)
treed40a0baf37393bda53964ba9e2e9da726b2358d1 /.github
parent8df248d12090cb71c0d2414d5454a41202d512ad (diff)
downloadmonzero-gui-3e7e08a1b333a195c42fc19b41121efa1fb61e27.tar.gz
monzero-gui-3e7e08a1b333a195c42fc19b41121efa1fb61e27.tar.xz
monzero-gui-3e7e08a1b333a195c42fc19b41121efa1fb61e27.zip
workflows: install unbound on macOS
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
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