diff --git a/.github/install_osx_dependencies.sh b/.github/install_osx_dependencies.sh index d154e7f87b2..3072a5171af 100755 --- a/.github/install_osx_dependencies.sh +++ b/.github/install_osx_dependencies.sh @@ -21,6 +21,9 @@ function brew_install_if_not_installed () { brew update +# Broken version of pkg-config +brew uninstall --ignore-dependencies --force pkg-config@0.29.2 + brew_install_if_not_installed gnu-indent brew_install_if_not_installed coreutils brew_install_if_not_installed cppcheck