We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee03e3d commit 69093d7Copy full SHA for 69093d7
.github/workflows/macos.yml
@@ -89,7 +89,6 @@ jobs:
89
brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
90
brew list -1 | grep python
91
ls -l $(brew --prefix)/bin | grep -i python
92
- brew install ninja
93
brew install docbook docbook-xsl fop gnu-sed
94
# brew install is taking forever on macos-11, skip jing-trang and all it's dependencies.
95
# jing 20241231 is failing with "Unknown XPath version 0", https://github.com/relaxng/jing-trang/issues/284
0 commit comments