Skip to content

Commit 8c25b44

Browse files
authored
revert "try to work around gcc update problems"
...as homebrew has dropped at least gcc8 now
1 parent 42f048c commit 8c25b44

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/nightly-Homebrew-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
- name: Update Homebrew
4444
if: github.event_name != 'pull_request'
4545
run: brew update || true
46-
47-
- name: unlink installed gcc to allow updating
48-
run: |
49-
brew unlink gcc@8
50-
brew unlink gcc@9
5146

5247
- name: Install prerequisites
5348
run: brew install --fetch-HEAD --HEAD --only-dependencies --keep-tmp openblas

0 commit comments

Comments
 (0)