ci: macos: explicitely install unbound

This commit is contained in:
tobtoht
2026-05-28 23:47:43 +02:00
parent d509c53ca8
commit d7ad072c4e
+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}}