From 51c755910c11adc99d42f62ed0bbccb21f1ffa04 Mon Sep 17 00:00:00 2001 From: Appelmans Date: Mon, 25 Nov 2024 12:45:22 -0800 Subject: [PATCH] Fix: macos runner --- .github/install_osx_dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) 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