Merge pull request #16524 from dundargoc/ci/optimize-brew

ci: remove "brew upgrade" from macos jobs
This commit is contained in:
James McCoy 2021-12-09 21:15:07 -05:00 committed by GitHub
commit 238da85126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -67,7 +67,6 @@ jobs:
# Workaround brew issues
rm -f /usr/local/bin/2to3
brew update >/dev/null
brew upgrade
brew install automake ccache perl cpanminus ninja
- name: Setup interpreter packages

View File

@ -82,7 +82,6 @@ jobs:
run: |
rm -f /usr/local/bin/2to3
brew update >/dev/null
brew upgrade
brew install automake ninja
- if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly')
run: printf 'NVIM_BUILD_TYPE=Release\n' >> $GITHUB_ENV