Merge pull request #3258 from martin-frbg/hbaction
revert "try to work around gcc update problems" in Homebrew workflow
This commit is contained in:
commit
fe9aff17fe
|
@ -43,11 +43,6 @@ jobs:
|
||||||
- name: Update Homebrew
|
- name: Update Homebrew
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
run: brew update || true
|
run: brew update || true
|
||||||
|
|
||||||
- name: unlink installed gcc to allow updating
|
|
||||||
run: |
|
|
||||||
brew unlink gcc@8
|
|
||||||
brew unlink gcc@9
|
|
||||||
|
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: brew install --fetch-HEAD --HEAD --only-dependencies --keep-tmp openblas
|
run: brew install --fetch-HEAD --HEAD --only-dependencies --keep-tmp openblas
|
||||||
|
|
Loading…
Reference in New Issue