try to work around gcc update problems

This commit is contained in:
Martin Kroeker
2021-01-13 09:46:53 +01:00
committed by GitHub
parent e18a2c22db
commit da8d7f09f1

View File

@@ -44,6 +44,11 @@ jobs:
if: github.event_name != 'pull_request'
run: brew update || true
- name: unlink installed gcc to allow updating
run: |
brew unlink gcc@8
brew unlink gcc@9
- name: Install prerequisites
run: brew install --fetch-HEAD --HEAD --only-dependencies --keep-tmp openblas