Browse Source

try to work around gcc update problems

tags/v0.3.14^2
Martin Kroeker GitHub 5 years ago
parent
commit
da8d7f09f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .github/workflows/nightly-Homebrew-build.yml

+ 5
- 0
.github/workflows/nightly-Homebrew-build.yml View File

@@ -44,6 +44,11 @@ jobs:
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



Loading…
Cancel
Save