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 4595edd commit 1d5c9f3Copy full SHA for 1d5c9f3
.github/workflows/build-xapian.yml
@@ -82,7 +82,7 @@ jobs:
82
# Sphinx required to build the xapian python bindings. Use 1.8.5 on
83
# older python and newest on newer.
84
pip install sphinx
85
- XAPIAN_VER="1.4.25"; echo $XAPIAN_VER;
+ XAPIAN_VER="1.4.22"; echo $XAPIAN_VER;
86
cd /tmp
87
curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz
88
tar -Jxvf xapian-bindings-$XAPIAN_VER.tar.xz
0 commit comments