mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 20:38:18 +00:00
ci: remove outdated brew workaround that isn't needed anymore
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -69,8 +69,6 @@ jobs:
|
|||||||
- name: Install brew packages
|
- name: Install brew packages
|
||||||
if: matrix.os == 'osx'
|
if: matrix.os == 'osx'
|
||||||
run: |
|
run: |
|
||||||
# Workaround brew issues
|
|
||||||
rm -f /usr/local/bin/2to3
|
|
||||||
brew update >/dev/null
|
brew update >/dev/null
|
||||||
brew install automake ccache perl cpanminus ninja
|
brew install automake ccache perl cpanminus ninja
|
||||||
|
|
||||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -80,7 +80,6 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install brew packages
|
- name: Install brew packages
|
||||||
run: |
|
run: |
|
||||||
rm -f /usr/local/bin/2to3
|
|
||||||
brew update >/dev/null
|
brew update >/dev/null
|
||||||
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')
|
||||||
|
Reference in New Issue
Block a user