Skip to content

Commit

Permalink
Workaround broken 'brew update'
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 committed Jul 5, 2023
1 parent 1f2d229 commit 80f41b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
steps:
- name: install dependencies
run: |
unset HOMEBREW_NO_INSTALL_FROM_API
brew update
brew install automake autoconf pkg-config libtool
# brew install libxml2 libxslt
Expand Down

0 comments on commit 80f41b3

Please sign in to comment.