mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: remove "brew upgrade" from macos jobs
Packages are automatically upgraded on install. This will avoid upgrading unrelated packages, cutting the macos job time to about a half.
This commit is contained in:
parent
1e6eeca9d1
commit
c5af86b9b9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -67,7 +67,6 @@ jobs:
|
|||||||
# Workaround brew issues
|
# Workaround brew issues
|
||||||
rm -f /usr/local/bin/2to3
|
rm -f /usr/local/bin/2to3
|
||||||
brew update >/dev/null
|
brew update >/dev/null
|
||||||
brew upgrade
|
|
||||||
brew install automake ccache perl cpanminus ninja
|
brew install automake ccache perl cpanminus ninja
|
||||||
|
|
||||||
- name: Setup interpreter packages
|
- name: Setup interpreter packages
|
||||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -82,7 +82,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rm -f /usr/local/bin/2to3
|
rm -f /usr/local/bin/2to3
|
||||||
brew update >/dev/null
|
brew update >/dev/null
|
||||||
brew upgrade
|
|
||||||
brew install automake ninja
|
brew install automake ninja
|
||||||
- if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly')
|
- 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
|
run: printf 'NVIM_BUILD_TYPE=Release\n' >> $GITHUB_ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user