Merge pull request #16846 from dundargoc/ci/remove-brew-workaround

ci: remove outdated brew workaround that isn't needed anymore
This commit is contained in:
James McCoy 2021-12-31 11:24:48 -05:00 committed by GitHub
commit fc62fdd42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')