macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.51k stars 683 forks source link

Remove Homebrew no-auto-update env var from CI #1374

Closed ychin closed 1 year ago

ychin commented 1 year ago

With the release of Homebrew 4, auto-update is supposed to be more efficient now. By removing the HOMEBREW_NO_AUTO_UPDATE env var from CI, this will make sure that all the packages that we link to in CI will be up to date instead of whatever just happens to be installed on the CI environment which can sometimes fluctuate.

ychin commented 1 year ago

GitHub CI hosted runners are now using Homebrew 4 (https://github.com/actions/runner-images/commit/dc6b07abe38d7e4f5087cf026efa2bc7acaa1e84), so this will work properly.