From 4bb156e58f9fe8ba3fe1c1b19f2e7436a3635979 Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 12 Jul 2023 21:34:43 +0300 Subject: [PATCH] Fixes dubious ownership error --- .github/workflows/packaging-test-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 59d16edad..d04a1fb9e 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -76,6 +76,7 @@ jobs: - name: Make run: | set -e + git config --global --add safe.directory ${{ github.workspace }} make CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log - name: Make install