Skip to content

Commit

Permalink
Use system pkg-config in CI/CD for macOS (ARM & x86)
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil authored Nov 22, 2024
1 parent 184dad2 commit def69bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_prerequisites_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -Eeuo pipefail
echo "----- install prerequisite packages -----"
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true
brew update
brew install bash expect pkg-config squid jq
brew install bash expect squid jq
sudo squid -k shutdown || true
sudo rm -v /dev/shm/squid*.shm >/dev/null 2>&1 || true

0 comments on commit def69bc

Please sign in to comment.