Skip to content

testing homebrew

testing homebrew #2695

Workflow file for this run

name: CI
on: [push]
jobs:
homebrew-pkgconf:
runs-on: macos-latest
steps:
- run: cd /opt/homebrew/Library/Taps/homebrew/homebrew-core && git diff
- run: brew doctor || true
- run: cd /opt/homebrew/Library/Taps/homebrew/homebrew-core && git stash -u && git clean -d -f
- run: brew doctor || true
- run: brew upgrade openssl
- run: brew upgrade ruby
- run: brew config
- run: brew install pkgconf