From 48c98a9cce7cea93144e5b798098825ffabf228d Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 12 Jul 2023 22:35:23 +0300 Subject: [PATCH] Fixes deban builds --- .github/workflows/packaging-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index f0229fd71..547c928b2 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -159,7 +159,7 @@ jobs: - name: Make run: | set -ex - git config --global --add safe.directory ${GITHUB_WORKSPACE} + git config --global --add safe.directory "${GITHUB_WORKSPACE}" make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log # Check the exit code of the make command