forked from boostorg/core
Another fix in git version check.
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -345,6 +345,7 @@ jobs:
|
|||||||
echo "CMAKE_BUILD_PARALLEL_LEVEL=$BUILD_JOBS" >> $GITHUB_ENV
|
echo "CMAKE_BUILD_PARALLEL_LEVEL=$BUILD_JOBS" >> $GITHUB_ENV
|
||||||
DEPINST_ARGS=()
|
DEPINST_ARGS=()
|
||||||
GIT_VERSION="$(git --version | sed -e 's/git version //')"
|
GIT_VERSION="$(git --version | sed -e 's/git version //')"
|
||||||
|
GIT_HAS_JOBS=1
|
||||||
if [ -f "/etc/debian_version" ]
|
if [ -f "/etc/debian_version" ]
|
||||||
then
|
then
|
||||||
if $(dpkg --compare-versions "$GIT_VERSION" lt 2.8.0)
|
if $(dpkg --compare-versions "$GIT_VERSION" lt 2.8.0)
|
||||||
|
Reference in New Issue
Block a user