Get rid of -j4 everywhere in Makefile

pull/126/head
Vladimir Vukicevic 6 years ago committed by GitHub
parent 305fff0aa3
commit 8a6ddee09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ jobs:
run: sudo apt install ninja-build
if: matrix.os == 'ubuntu-latest'
- name: Build
run: sudo make -j4 package
run: sudo make package
if: matrix.os != 'windows-latest'
- name: Build
run: make package

Loading…
Cancel
Save