Skip to content

Commit d464599

Browse files
Jakujefrankmorgner
authored andcommitted
ci: Unbreak macos build
Seem like the pkg-config is already installed on the github images inspired by latchset/pkcs11-provider#476
1 parent 9afebbc commit d464599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup-macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -ex -o xtrace
44

5-
brew install automake gengetopt help2man pkgconfig libtool
5+
brew install automake gengetopt help2man libtool
66

77
# openSCToken
88
export PATH="/usr/local/opt/ccache/libexec:$PATH"

0 commit comments

Comments
 (0)