Skip to content

Commit da8d7f0

Browse files
authored
try to work around gcc update problems
1 parent e18a2c2 commit da8d7f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
if: github.event_name != 'pull_request'
4545
run: brew update || true
4646

47+
- name: unlink installed gcc to allow updating
48+
run: |
49+
brew unlink gcc@8
50+
brew unlink gcc@9
51+
4752
- name: Install prerequisites
4853
run: brew install --fetch-HEAD --HEAD --only-dependencies --keep-tmp openblas
4954

0 commit comments

Comments
 (0)