Skip to content

Commit

Permalink
Use brew doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Nov 24, 2024
1 parent 1bcd85b commit 4ba32e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@ 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 install pkg-config --force
brew doctor
brew install pkg-config
brew install kadwanev/brew/retry
- name: py dependencies
run: |
Expand Down

0 comments on commit 4ba32e3

Please sign in to comment.