From b1b7502a4ed8249b2b1713af691a4fb42b3af813 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 26 Nov 2024 14:16:54 +0100 Subject: [PATCH] ci: Unbreak macos build Seem like the pkg-config is already installed on the github images inspired by latchset/pkcs11-provider#476 --- .github/setup-macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/setup-macos.sh b/.github/setup-macos.sh index d7f19959e0..1324cd43f4 100755 --- a/.github/setup-macos.sh +++ b/.github/setup-macos.sh @@ -2,7 +2,7 @@ set -ex -o xtrace -brew install automake gengetopt help2man pkgconfig libtool +brew install automake gengetopt help2man libtool # openSCToken export PATH="/usr/local/opt/ccache/libexec:$PATH"