Skip to content

Commit

Permalink
[ci] Fix macos-14 pkgconf issue. (#11833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist authored Nov 22, 2024
1 parent 7f6e27c commit 88166dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions extra/github-actions/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88166dd

Please sign in to comment.