From a6ff02c9300795b8372ab558d1a0cd412d6051d1 Mon Sep 17 00:00:00 2001 From: Clemens Lang Date: Mon, 25 Nov 2024 10:00:42 +0100 Subject: [PATCH] ci: Don't explicitly install pkg-config It seems Homebrew switched to the pkgconf implementation but the GitHub images ship with pkgconfig already, which causes an automatic brew link step to fail. Signed-off-by: Clemens Lang --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 522f494e..6525b33d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,6 @@ jobs: brew install \ meson \ openssl@3 \ - pkg-config \ opensc \ p11-kit \ six