We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ea87e commit 37995deCopy full SHA for 37995de
.github/workflows/ci.yaml
@@ -39,9 +39,9 @@ jobs:
39
if: contains(matrix.os, 'macos')
40
run: |
41
brew update
42
- brew install automake --force
43
- brew install libtool --force
44
- brew install texinfo --force
+ brew install automake --force || true
+ brew install libtool --force || true
+ brew install texinfo --force || true
45
- name: Checkstyle
46
if: contains(matrix.os, 'ubuntu') && contains(matrix.java, '8')
47
0 commit comments