mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 00:52:44 +00:00
GHA/osx: remove python 2to3
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -55,6 +55,7 @@ jobs:
|
|||||||
- name: Install brew packages
|
- name: Install brew packages
|
||||||
if: matrix.os == 'osx'
|
if: matrix.os == 'osx'
|
||||||
run: |
|
run: |
|
||||||
|
rm -f /usr/local/bin/2to3
|
||||||
brew update >/dev/null
|
brew update >/dev/null
|
||||||
brew install automake ccache cpanminus ninja
|
brew install automake ccache cpanminus ninja
|
||||||
brew upgrade
|
brew upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user