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 76a99db commit 353371fCopy full SHA for 353371f
.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
if [[ $PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
85
- XAPIAN_VER="1.4.24"; 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