From 1089f6eecc40174ab017f3978975cca7a15fe0df Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 12 Jul 2023 21:40:20 +0300 Subject: [PATCH] Adds x flag --- .github/workflows/packaging-test-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index d04a1fb9e..1c6b0bd99 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -75,7 +75,7 @@ jobs: - name: Make run: | - set -e + set -ex 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 @@ -149,7 +149,7 @@ jobs: - name: Make run: | - set -e + set -ex make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log - name: Make install