Skip to content

testing homebrew

testing homebrew #2704

Workflow file for this run

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]