Skip to content

Commit f9bb5e2

Browse files
authored
workaround issue with jing-trang 20241231 (GPSBabel#1401)
by not running jing on macos. homebrew recently updated from 20220510 -> 20241231.
1 parent 5d38b74 commit f9bb5e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ jobs:
9292
brew install ninja
9393
brew install docbook docbook-xsl fop gnu-sed
9494
# 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
95+
# jing 20241231 is failing with "Unknown XPath version 0", https://github.com/relaxng/jing-trang/issues/284
96+
#brew install jing-trang
9897
9998
- name: Script
10099
env:

0 commit comments

Comments
 (0)