From 6a633bc5999248809ca380cf97e6226aed6a0144 Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 12 Jul 2023 22:46:11 +0300 Subject: [PATCH] Fixes deb error --- .github/workflows/packaging-test-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 63e1095c3..07d5c5cd4 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -157,9 +157,10 @@ jobs: make clean - name: Make + shell: bash run: | set -ex - git config --global --add safe.directory /__w/citus/citus + 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