Skip to content

Commit

Permalink
Merge pull request #1374 from ychin/ci-remove-homebrew-no-auto-update
Browse files Browse the repository at this point in the history
Remove Homebrew no-auto-update env var from CI
  • Loading branch information
ychin committed Feb 28, 2023
2 parents 61281b5 + e66dc30 commit 9dbe03b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/actions/universal-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ runs:

- name: Install formula
shell: bash
env:
HOMEBREW_NO_AUTO_UPDATE: '1'
run: |
echo '::group::Install formula'
formula=${{ inputs.formula }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-macvim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ jobs:

- name: Install packages
if: matrix.publish
env:
HOMEBREW_NO_AUTO_UPDATE: 1
run: |
brew install python3
brew install ruby
Expand Down

0 comments on commit 9dbe03b

Please sign in to comment.