Skip to content

Commit ef5da03

Browse files
authored
Merge pull request #19269 from meeseeksmachine/auto-backport-of-pr-19266-on-v3.3.x
Backport PR #19266 on branch v3.3.x (Don't update homebrew on GitHub Actions)
2 parents f3b7c85 + 5dc874e commit ef5da03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919

2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
include:
2324
- name-suffix: "(Minimum Versions)"
@@ -90,7 +91,6 @@ jobs:
9091
ttf-wqy-zenhei
9192
;;
9293
macOS)
93-
brew update
9494
brew install ccache
9595
;;
9696
esac

0 commit comments

Comments
 (0)