Skip to content

Commit

Permalink
Use || brew link --overwrite pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Nov 24, 2024
1 parent 4ba32e3 commit 287ff95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,7 @@ jobs:
cd scripts
rm /usr/local/bin/2to3* # symlink to some kind of existing python2.7 installation conflicts with brew python3 which gets installed as indirect dependency
brew bundle
brew doctor
brew install pkg-config
brew install pkg-config || brew link --overwrite pkgconf
brew install kadwanev/brew/retry
- name: py dependencies
run: |
Expand Down

0 comments on commit 287ff95

Please sign in to comment.