mirror of https://github.com/citusdata/citus.git
Fixes git error
parent
1089f6eecc
commit
95750f7a82
|
@ -76,7 +76,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 CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log
|
||||
|
||||
- name: Make install
|
||||
|
@ -150,6 +150,7 @@ jobs:
|
|||
- name: Make
|
||||
run: |
|
||||
set -ex
|
||||
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
|
||||
|
||||
- name: Make install
|
||||
|
|
Loading…
Reference in New Issue