]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: fix macOS builds
authorVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 22 Feb 2023 10:44:10 +0000 (11:44 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 22 Feb 2023 10:55:23 +0000 (11:55 +0100)
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

.github/workflows/macOS.yaml

index 09db6c3d0885f32e3d350e8e75c9e30a037a79da..821ee56a15c1ce3f6f2d721ff6c81d5afaf4e32c 100644 (file)
@@ -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: