Skip to content

Commit

Permalink
[ci] Try to work around pkgconf installation failure. (HaxeFoundation…
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist authored Nov 23, 2024
1 parent e253d37 commit 13ebeff
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 @@ -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
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 @@ -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
Expand Down

0 comments on commit 13ebeff

Please sign in to comment.