Skip to content

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

Merged
VeithMetro merged 2 commits into
masterfrom
development/actions-macOS
Mar 26, 2026
Merged

[Actions] Add environment variable to disable Homebrew auto-update#331
VeithMetro merged 2 commits into
masterfrom
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 11:08
Copy link
Copy Markdown

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 auto-updates in the macOS GitHub Actions workflow to reduce CI time and avoid unexpected brew update/upgrade behavior during installs.

Changes:

  • Adds HOMEBREW_NO_AUTO_UPDATE to the package-install step environment.
  • Removes explicit brew update and brew upgrade commands from the workflow step.

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

Comment thread .github/workflows/MacOS build template.yml
sebaszm
sebaszm previously approved these changes Mar 26, 2026
@VeithMetro VeithMetro merged commit c98177e into master Mar 26, 2026
46 checks passed
@VeithMetro VeithMetro deleted the development/actions-macOS branch March 26, 2026 11:58
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants