aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-05-30 00:41:01 +0200
committertobtoht <tob@featherwallet.org>2026-05-30 00:41:01 +0200
commit6ae152da1a5417df1714b901be2e89bec7062f3d (patch)
treead6ec7324b09e566f77da7f9346972f620159fce /.github/workflows
parent54802803daca89250064ac05751f52e7a3f11b7d (diff)
downloadmonzero-core-6ae152da1a5417df1714b901be2e89bec7062f3d.tar.gz
monzero-core-6ae152da1a5417df1714b901be2e89bec7062f3d.tar.xz
monzero-core-6ae152da1a5417df1714b901be2e89bec7062f3d.zip
ci: macos: explicitely install unbound
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7be529b2a..a7c722c8b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
run: |
brew uninstall cmake
brew update
- brew install --quiet cmake boost hidapi openssl zmq libpgm expat libunwind-headers protobuf ccache
+ brew install --quiet cmake boost hidapi openssl zmq libpgm unbound libunwind-headers protobuf ccache
- name: build
run: |
${{env.CCACHE_SETTINGS}}