From 45e9ec2abc036eb3eea6442074c2cdd6426aad03 Mon Sep 17 00:00:00 2001 From: Doug Chapman <54039637+dougch@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:36:33 -0800 Subject: [PATCH] latest image needs the old pacakge force uninstalled. --- .github/install_osx_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/install_osx_dependencies.sh b/.github/install_osx_dependencies.sh index 7409bdfaca5..65ce7f0238d 100755 --- a/.github/install_osx_dependencies.sh +++ b/.github/install_osx_dependencies.sh @@ -20,6 +20,7 @@ function brew_install_if_not_installed () { } brew update +brew uninstall --force pkg-config brew_install_if_not_installed gnu-indent brew_install_if_not_installed coreutils