testing homebrew #2704
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
homebrew-pkgconf: | |
runs-on: macos-latest | |
steps: | |
- run: brew update | |
- run: brew update | |
- run: brew upgrade | |
- run: brew uninstall [email protected] | |
- run: brew uninstall [email protected] | |
- run: brew cleanup | |
- run: cd /opt/homebrew/Library/Taps/homebrew/homebrew-core && git stash -u && git clean -d -f | |
- run: brew config | |
- run: brew doctor | |
- run: brew update | |
- run: brew unlink [email protected] || true | |
- run: brew install pkg-config | |
- run: brew unlink [email protected] |