revert "try to work around gcc update problems"

...as homebrew has dropped at least gcc8 now
This commit is contained in:
Martin Kroeker
2021-06-06 19:17:36 +02:00
committed by GitHub
parent 42f048cf6c
commit 8c25b440a0

View File

@@ -43,11 +43,6 @@ jobs:
- name: Update Homebrew
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