Skip to content

[Actions] Add environment variable to disable Homebrew auto-update#376

Merged
VeithMetro merged 1 commit intomasterfrom
development/actions-macOS
Mar 26, 2026
Merged

[Actions] Add environment variable to disable Homebrew auto-update#376
VeithMetro merged 1 commit intomasterfrom
development/actions-macOS

Conversation

@VeithMetro
Copy link
Copy Markdown
Contributor

Prevent Homebrew from auto-updating during package installation.

Prevent Homebrew from auto-updating during package installation.
@VeithMetro VeithMetro requested review from Copilot and sebaszm March 26, 2026 12:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Disables Homebrew’s automatic updates during CI package installation to reduce run time and avoid update-related flakiness.

Changes:

  • Sets HOMEBREW_NO_AUTO_UPDATE for the Homebrew install step in the macOS workflow.
  • Removes explicit brew update / brew upgrade before installing packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@VeithMetro VeithMetro merged commit 8bbd488 into master Mar 26, 2026
43 of 44 checks passed
@VeithMetro VeithMetro deleted the development/actions-macOS branch March 26, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants