Skip to content

Commit

Permalink
CI: make the brew update temporarily optional. (ggerganov#2092)
Browse files Browse the repository at this point in the history
until they decide to fix the brew installation in the macos runners.
see the open issues. eg actions/runner-images#7710
  • Loading branch information
Green-Sky committed Jul 3, 2023
1 parent 14a2cc7 commit 698efad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:

- name: Dependencies
id: depends
continue-on-error: true
run: |
brew update
Expand All @@ -129,6 +130,7 @@ jobs:

- name: Dependencies
id: depends
continue-on-error: true
run: |
brew update
Expand Down

0 comments on commit 698efad

Please sign in to comment.