mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
fix: gate brew commands in free-space-macos action The brew uninstall and autoremove commands now only run if brew is available on the machine. This prevents failures on runners where Homebrew is not installed. Co-authored-by: Claude <noreply@anthropic.com>