Another fix in git version check.

This commit is contained in:
Andrey Semashev
2021-09-26 20:36:43 +03:00
parent ab84a1cb11
commit c5de1e6848

View File

@ -342,6 +342,7 @@ jobs:
echo "CMAKE_BUILD_PARALLEL_LEVEL=$BUILD_JOBS" >> $GITHUB_ENV
DEPINST_ARGS=()
GIT_VERSION="$(git --version | sed -e 's/git version //')"
GIT_HAS_JOBS=1
if [ -f "/etc/debian_version" ]
then
if $(dpkg --compare-versions "$GIT_VERSION" lt 2.8.0)