Use system pkg-config in CI/CD for macOS (ARM & x86)

This commit is contained in:
Filipe PINTO 2024-11-22 14:50:09 +01:00 committed by GitHub
parent 184dad25dd
commit def69bc5ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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