No -j4 on Windows

pull/126/head
Vladimir Vukicevic 6 years ago
parent a1be37b108
commit 305fff0aa3

@ -36,7 +36,7 @@ jobs:
run: sudo make -j4 package
if: matrix.os != 'windows-latest'
- name: Build
run: make -j4 package
run: make package
shell: bash
if: matrix.os == 'windows-latest'
- name: Run the testsuite

Loading…
Cancel
Save