瀏覽代碼

[ci] Drop macOS pkgconf workaround. (#11847)

Zeta 8 月之前
父節點
當前提交
cf6b36c35a
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 0 2
      .github/workflows/main.yml
  2. 0 2
      extra/github-actions/build-mac.yml

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

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

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

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