mirror of https://github.com/citusdata/citus.git
Fixes deban builds
parent
22aef15497
commit
48c98a9cce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue