mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
ci(gha): brew upgrade before installing
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -58,8 +58,8 @@ jobs:
|
||||
run: |
|
||||
rm -f /usr/local/bin/2to3
|
||||
brew update >/dev/null
|
||||
brew install automake ccache cpanminus ninja
|
||||
brew upgrade
|
||||
brew install automake ccache cpanminus ninja
|
||||
|
||||
- name: Setup interpreter packages
|
||||
run: |
|
||||
|
||||
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -77,6 +77,7 @@ jobs:
|
||||
run: |
|
||||
rm -f /usr/local/bin/2to3
|
||||
brew update >/dev/null
|
||||
brew upgrade
|
||||
brew install automake ninja
|
||||
- name: Build release
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user