You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improvements for better debugging:
1. Capture all build output to /tmp/brew-install.log using tee
2. Display last 200 lines of build log on failure
3. Display all Homebrew log files from ~/Library/Logs/Homebrew/mfc/
4. Upload logs as artifacts on failure for download
This allows viewing all errors directly in GitHub Actions UI without
needing to copy/paste, and provides downloadable artifacts for deeper
investigation.
0 commit comments