Skip to content

Commit c96bf88

Browse files
committed
Workaround broken 'brew update' (#689)
* Workaround broken 'brew update' See: actions/runner-images#7855 Homebrew/homebrew-cask#150323
1 parent 3eb3902 commit c96bf88

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
@@ -90,6 +90,9 @@ jobs:
9090
- config_flags:
9191
- config_flags: --enable-size-t=yes
9292
steps:
93+
- name: Set up Homebrew
94+
id: set-up-homebrew
95+
uses: Homebrew/actions/setup-homebrew@master
9396
- name: install dependencies
9497
run: |
9598
brew update

0 commit comments

Comments
 (0)