Merge pull request #3258 from martin-frbg/hbaction

revert "try to work around gcc update problems" in Homebrew workflow
This commit is contained in:
Martin Kroeker 2021-06-06 22:15:29 +02:00 committed by GitHub
commit fe9aff17fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

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