Browse Source

[ci] Try to work around pkgconf installation failure. (#11836)

Zeta 9 months ago
parent
commit
13ebeff1b4
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .github/workflows/main.yml
  2. 1 0
      extra/github-actions/build-mac.yml

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

@@ -502,6 +502,7 @@ jobs:
           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

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

@@ -8,6 +8,7 @@
     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