ci: remove outdated brew workaround that isn't needed anymore

This commit is contained in:
Dundar Göc 2021-12-31 13:09:01 +01:00
parent 991e872d80
commit 2a12e8ddfd
2 changed files with 0 additions and 3 deletions

View File

@ -69,8 +69,6 @@ jobs:
- name: Install brew packages
if: matrix.os == 'osx'
run: |
# Workaround brew issues
rm -f /usr/local/bin/2to3
brew update >/dev/null
brew install automake ccache perl cpanminus ninja

View File

@ -80,7 +80,6 @@ jobs:
fetch-depth: 0
- name: Install brew packages
run: |
rm -f /usr/local/bin/2to3
brew update >/dev/null
brew install automake ninja
- if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name != 'nightly')