Skip to content

Commit 67f17f1

Browse files
author
Lauri Wiljami Ahonen
committed
Fix macOS CI: ignore Homebrew post-install failures on Tier 3 configurations
1 parent 3555c4e commit 67f17f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
if: contains(matrix.os, 'macos')
4040
run: |
4141
brew update
42-
brew install automake --force
43-
brew install libtool --force
44-
brew install texinfo --force
42+
brew install automake --force || true
43+
brew install libtool --force || true
44+
brew install texinfo --force || true
4545
- name: Checkstyle
4646
if: contains(matrix.os, 'ubuntu') && contains(matrix.java, '8')
4747
run: |

0 commit comments

Comments
 (0)