Skip to content

Commit

Permalink
ci: Use pkgconf to provide pkg-config on macOS
Browse files Browse the repository at this point in the history
It seems Homebrew switched to the pkgconf implementation, but this
causes a brew link step to fail.

Signed-off-by: Clemens Lang <[email protected]>
  • Loading branch information
neverpanic committed Nov 25, 2024
1 parent 93bd41c commit e1e21a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
brew install \
meson \
openssl@3 \
pkg-config \
pkgconf \
opensc \
p11-kit \
six
Expand Down

0 comments on commit e1e21a2

Please sign in to comment.