2
0
Эх сурвалжийг харах

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

Zeta 9 сар өмнө
parent
commit
88166dddf4

+ 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