Skip to content

Commit 69093d7

Browse files
authored
fix brew warning in CI. (#1431)
github hosted mac runners include ninja.
1 parent ee03e3d commit 69093d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
9090
brew list -1 | grep python
9191
ls -l $(brew --prefix)/bin | grep -i python
92-
brew install ninja
9392
brew install docbook docbook-xsl fop gnu-sed
9493
# brew install is taking forever on macos-11, skip jing-trang and all it's dependencies.
9594
# jing 20241231 is failing with "Unknown XPath version 0", https://github.com/relaxng/jing-trang/issues/284

0 commit comments

Comments
 (0)