diff options
| author | tobtoht <tob@featherwallet.org> | 2026-05-30 20:04:59 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-05-30 20:04:59 +0000 |
| commit | 468c7599beed0736d6c570c4fb99611417366204 (patch) | |
| tree | ad6ec7324b09e566f77da7f9346972f620159fce | |
| parent | 54802803daca89250064ac05751f52e7a3f11b7d (diff) | |
| parent | 6ae152da1a5417df1714b901be2e89bec7062f3d (diff) | |
| download | monzero-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.yml | 2 |
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}} |
