diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5566466..1fdbfe1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,7 @@ jobs: if: matrix.os == 'ubuntu-latest' - name: Build run: sudo make -j4 package + shell: bash - name: Run the testsuite run: make check if: matrix.os == 'ubuntu-latest'