windows doesnt have sudo

pull/119/head
Pat Hickey 6 years ago
parent 5246c2cbbe
commit 58047a8dde

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

Loading…
Cancel
Save