1
0
forked from boostorg/core

Another fix in git version check.

This commit is contained in:
Andrey Semashev
2021-09-26 20:35:37 +03:00
parent 578e3105b8
commit b83f27a9e0

View File

@ -345,6 +345,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)