Merge pull request #10679

d7ad072 ci: macos: explicitely install unbound (tobtoht)
This commit is contained in:
tobtoht
2026-05-28 22:05:20 +00:00
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
run: |
brew uninstall cmake
brew update
brew install --quiet cmake boost hidapi openssl zmq expat libunwind-headers protobuf ccache
brew install --quiet cmake boost hidapi openssl zmq unbound libunwind-headers protobuf ccache
- name: build
env:
CMAKE_BUILD_PARALLEL_LEVEL: ${{env.MAKE_JOB_COUNT}}