Skip to content

Commit

Permalink
workaround issue with jing-trang 20241231 (#1401)
Browse files Browse the repository at this point in the history
by not running jing on macos. homebrew recently
updated from 20220510 -> 20241231.
  • Loading branch information
tsteven4 authored Jan 22, 2025
1 parent 5d38b74 commit f9bb5e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ jobs:
brew install ninja
brew install docbook docbook-xsl fop gnu-sed
# brew install is taking forever on macos-11, skip jing-trang and all it's dependencies.
if [ "${{ matrix.os }}" != "macos-11" ]; then
brew install jing-trang
fi
# jing 20241231 is failing with "Unknown XPath version 0", https://github.com/relaxng/jing-trang/issues/284
#brew install jing-trang
- name: Script
env:
Expand Down

0 comments on commit f9bb5e2

Please sign in to comment.