fix(ci): Remove gcc@8/gcc@9 homebrew workaround

This commit is contained in:
James McCoy
2021-06-04 11:21:26 -04:00
parent 7d4f890aa9
commit 04985f69eb
2 changed files with 0 additions and 2 deletions

View File

@@ -59,7 +59,6 @@ jobs:
run: |
# Workaround brew issues
rm -f /usr/local/bin/2to3
brew unlink gcc@8 gcc@9
brew update >/dev/null
brew upgrade
brew install automake ccache perl cpanminus ninja

View File

@@ -76,7 +76,6 @@ jobs:
- name: Install brew packages
run: |
rm -f /usr/local/bin/2to3
brew unlink gcc@8 gcc@9
brew update >/dev/null
brew upgrade
brew install automake ninja