ci: macos: explicitely install unbound

This commit is contained in:
tobtoht
2026-05-30 00:41:01 +02:00
parent 54802803da
commit 6ae152da1a
+1 -1
View File
@@ -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}}