From e1e21a2c21a4e1cc5549e3cdf0e66b9949c29381 Mon Sep 17 00:00:00 2001 From: Clemens Lang Date: Mon, 25 Nov 2024 10:00:42 +0100 Subject: [PATCH] ci: Use pkgconf to provide pkg-config on macOS It seems Homebrew switched to the pkgconf implementation, but this causes a brew link step to fail. Signed-off-by: Clemens Lang --- .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 522f494e..4518d303 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,7 @@ jobs: brew install \ meson \ openssl@3 \ - pkg-config \ + pkgconf \ opensc \ p11-kit \ six