Skip to content

Commit 3becacb

Browse files
committed
build: prevent diff from exiting shell script.
[skip travis]
1 parent 1d92a3f commit 3becacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\.get_tag()/sys.implementation.cache_tag/g' \
211211
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/g' \
212212
configure; \
213-
diff -u configure.FCS configure; \
213+
diff -u configure.FCS configure || true; \
214214
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
215215
fi
216216
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac

0 commit comments

Comments
 (0)