Browse Source
revert "try to work around gcc update problems"
...as homebrew has dropped at least gcc8 now
tags/v0.3.16^2
Martin Kroeker
GitHub
4 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
5 deletions
-
.github/workflows/nightly-Homebrew-build.yml
|
|
|
@@ -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 |
|
|
|
|