mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
GHA/osx: workaround for brew update error (#13584)
This commit is contained in:
parent
7b65a9135e
commit
b931a554d7
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -75,6 +75,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Install brew packages
|
||||
run: |
|
||||
rm -f /usr/local/bin/2to3
|
||||
brew update >/dev/null
|
||||
brew install automake ninja
|
||||
- name: Build release
|
||||
|
Loading…
Reference in New Issue
Block a user