Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-44797: [CI] Update pkg-config to pkgconf on Homebrew #44798

Merged
merged 9 commits into from
Nov 21, 2024
Next Next commit
GH-44797: [CI] Update pkg-config to pkgconf on Homebrew
  • Loading branch information
raulcd committed Nov 20, 2024
commit 7126c44e802d5f6ad3ad793ed944aabe708bb73f
2 changes: 1 addition & 1 deletion cpp/Brewfile
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ brew "mimalloc"
brew "ninja"
brew "node"
brew "openssl@3"
brew "pkg-config"
brew "pkgconf"
brew "protobuf"
brew "python"
brew "rapidjson"
Loading