From b83f27a9e0aa044f7c8651e47fa3c90b14d8ce26 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Sun, 26 Sep 2021 20:35:37 +0300 Subject: [PATCH] Another fix in git version check. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6b7084..718317c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)