Skip to content

Commit e66dc30

Browse files
committed
Remove Homebrew no-auto-update env var from CI
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.
1 parent 61281b5 commit e66dc30

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/actions/universal-package/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ runs:
3434

3535
- name: Install formula
3636
shell: bash
37-
env:
38-
HOMEBREW_NO_AUTO_UPDATE: '1'
3937
run: |
4038
echo '::group::Install formula'
4139
formula=${{ inputs.formula }}

.github/workflows/ci-macvim.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ jobs:
115115

116116
- name: Install packages
117117
if: matrix.publish
118-
env:
119-
HOMEBREW_NO_AUTO_UPDATE: 1
120118
run: |
121119
brew install python3
122120
brew install ruby

0 commit comments

Comments
 (0)