-q was not enough
This commit is contained in:
parent
9fbafab67f
commit
f65dc73632
2
.github/workflows/sanity.yml
vendored
2
.github/workflows/sanity.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
./.github/actions/install_deps.sh ${{ matrix.os }}
|
||||
- name: Build
|
||||
run: |
|
||||
${{ matrix.cc }} -v; make sdl tester libretro ${{ matrix.extra_target }} CONF=release CC=${{ matrix.cc }}
|
||||
${{ matrix.cc }} -v; make -j sdl tester libretro ${{ matrix.extra_target }} CONF=release CC=${{ matrix.cc }}
|
||||
- name: Sanity tests
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user