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 run: sudo make -j4 package
if: matrix.os != 'windows-latest' if: matrix.os != 'windows-latest'
- name: Build - name: Build
run: make -j4 package run: make package
shell: bash shell: bash
if: matrix.os == 'windows-latest' if: matrix.os == 'windows-latest'
- name: Run the testsuite - name: Run the testsuite

Loading…
Cancel
Save