Rollbacks path parametrization

pull/7054/head
gindibay 2023-07-12 22:38:40 +03:00
parent 48c98a9cce
commit 21bd53b158
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ jobs:
- name: Make
run: |
set -ex
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
git config --global --add safe.directory /__w/citus/citus
make -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
# Check the exit code of the make command