Skip to content

Commit

Permalink
ci: Don't explicitly install pkg-config
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
neverpanic committed Nov 25, 2024
1 parent 93bd41c commit a6ff02c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
brew install \
meson \
openssl@3 \
pkg-config \
opensc \
p11-kit \
six
Expand Down

0 comments on commit a6ff02c

Please sign in to comment.