Skip to content

Commit

Permalink
ci: Unbreak macos build
Browse files Browse the repository at this point in the history
Seem like the pkg-config is already installed on the github images

inspired by latchset/pkcs11-provider#476
  • Loading branch information
Jakuje committed Nov 26, 2024
1 parent 9afebbc commit b1b7502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b1b7502

Please sign in to comment.