workflow: run make in bash (for windows)

pull/119/head
Pat Hickey 6 years ago
parent 4ec34af9d9
commit 5246c2cbbe

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

Loading…
Cancel
Save