Skip to content

Commit

Permalink
Workaround broken 'brew update' (#689)
Browse files Browse the repository at this point in the history
* Workaround broken 'brew update'

See:

actions/runner-images#7855
Homebrew/homebrew-cask#150323
  • Loading branch information
lsh123 committed Jul 5, 2023
1 parent 1f2d229 commit c5dabbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
- config_flags: --enable-size-t=no
- config_flags: --enable-md5
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: install dependencies
run: |
brew update
Expand Down

0 comments on commit c5dabbf

Please sign in to comment.