From: Vladimír Čunát Date: Wed, 22 Feb 2023 10:44:10 +0000 (+0100) Subject: ci: fix macOS builds X-Git-Tag: v5.7.0~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34404252f30ea972a22fa6970ef30fe5fc88a65c;p=thirdparty%2Fknot-resolver.git ci: fix macOS builds Let's specify more of the dependencies explicitly. I suspect it was pkg-config that was missing; https://github.com/CZ-NIC/knot-resolver/actions/runs/4241689540/jobs/7372234570 --- diff --git a/.github/workflows/macOS.yaml b/.github/workflows/macOS.yaml index 09db6c3d0..821ee56a1 100644 --- a/.github/workflows/macOS.yaml +++ b/.github/workflows/macOS.yaml @@ -18,7 +18,7 @@ jobs: - name: Install dependecies from brew run: - brew install cmocka luajit libuv lmdb meson nghttp2 automake libtool + brew install cmocka luajit libuv lmdb meson nghttp2 autoconf automake m4 libtool pkg-config - name: Install libknot from sources env: