DEBUG: turn make down to -j1 so error is more obvious??

pull/114/head
Pat Hickey 6 years ago
parent b6811710ea
commit bf3835f216

@ -34,7 +34,7 @@ jobs:
run: sudo apt install ninja-build
if: matrix.os == 'ubuntu-latest'
- name: Build
run: sudo make -j4 package
run: sudo make -j1 package
- name: Run the testsuite
run: make check
if: matrix.os == 'ubuntu-latest'

Loading…
Cancel
Save