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 5d38b74 commit f9bb5e2Copy full SHA for f9bb5e2
.github/workflows/macos.yml
@@ -92,9 +92,8 @@ jobs:
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
- if [ "${{ matrix.os }}" != "macos-11" ]; then
96
- brew install jing-trang
97
- fi
+ # jing 20241231 is failing with "Unknown XPath version 0", https://github.com/relaxng/jing-trang/issues/284
+ #brew install jing-trang
98
99
- name: Script
100
env:
0 commit comments