Skip to content

Commit 9dbe03b

Browse files
authored
Merge pull request #1374 from ychin/ci-remove-homebrew-no-auto-update
Remove Homebrew no-auto-update env var from CI
2 parents 61281b5 + e66dc30 commit 9dbe03b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.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)