Skip to content

Commit fe9aff1

Browse files
authored
Merge pull request #3258 from martin-frbg/hbaction
revert "try to work around gcc update problems" in Homebrew workflow
2 parents 42f048c + 8c25b44 commit fe9aff1

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)