From d7ad072c4ea31cb9e6233f868019bfc5ff33d969 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 28 May 2026 23:47:43 +0200 Subject: [PATCH] ci: macos: explicitely install unbound --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e89f95a8d..0a08193d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}}