We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42f048c + 8c25b44 commit fe9aff1Copy full SHA for fe9aff1
1 file changed
.github/workflows/nightly-Homebrew-build.yml
@@ -43,11 +43,6 @@ jobs:
43
- name: Update Homebrew
44
if: github.event_name != 'pull_request'
45
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
51
52
- name: Install prerequisites
53
run: brew install --fetch-HEAD --HEAD --only-dependencies --keep-tmp openblas
0 commit comments