aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-05-30 20:04:59 +0000
committertobtoht <tob@featherwallet.org>2026-05-30 20:04:59 +0000
commit468c7599beed0736d6c570c4fb99611417366204 (patch)
treead6ec7324b09e566f77da7f9346972f620159fce
parent54802803daca89250064ac05751f52e7a3f11b7d (diff)
parent6ae152da1a5417df1714b901be2e89bec7062f3d (diff)
downloadmonzero-core-468c7599beed0736d6c570c4fb99611417366204.tar.gz
monzero-core-468c7599beed0736d6c570c4fb99611417366204.tar.xz
monzero-core-468c7599beed0736d6c570c4fb99611417366204.zip
Merge pull request #10688
6ae152d ci: macos: explicitely install unbound (tobtoht)
-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}}