Skip to content

Commit c5dabbf

Browse files
authored
Workaround broken 'brew update' (#689)
* Workaround broken 'brew update' See: actions/runner-images#7855 Homebrew/homebrew-cask#150323
1 parent 1f2d229 commit c5dabbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/make-check.yml

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
- config_flags: --enable-size-t=no
100100
- config_flags: --enable-md5
101101
steps:
102+
- name: Set up Homebrew
103+
id: set-up-homebrew
104+
uses: Homebrew/actions/setup-homebrew@master
102105
- name: install dependencies
103106
run: |
104107
brew update

0 commit comments

Comments
 (0)