소스 검색

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

Zeta 9 달 전
부모
커밋
88166dddf4
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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