Bladeren bron

[ci] Fix macos-14 pkgconf issue. (#11833)

Zeta 9 maanden geleden
bovenliggende
commit
88166dddf4
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1 0
      .github/workflows/main.yml
  2. 1 0
      extra/github-actions/build-mac.yml

+ 1 - 0
.github/workflows/main.yml

@@ -501,6 +501,7 @@ jobs:
         run: |
           set -ex
           brew update
+          brew uninstall --force pkg-config
           brew bundle --file=tests/Brewfile --no-upgrade
           cpanm IPC::System::Simple
           cpanm String::ShellQuote

+ 1 - 0
extra/github-actions/build-mac.yml

@@ -7,6 +7,7 @@
   run: |
     set -ex
     brew update
+    brew uninstall --force pkg-config
     brew bundle --file=tests/Brewfile --no-upgrade
     cpanm IPC::System::Simple
     cpanm String::ShellQuote