|
|
|
@ -98,7 +98,7 @@ jobs: |
|
|
|
shell: cmd |
|
|
|
run: | |
|
|
|
cd build |
|
|
|
ninja yuzu yuzu-cmd yuzu-room tests |
|
|
|
ninja yuzu yuzu-cmd yuzu-room tests -j4 |
|
|
|
ccache -s -v |
|
|
|
- name: Package artifacts |
|
|
|
if: steps.build.outcome == 'success' |
|
|
|
@ -190,7 +190,7 @@ jobs: |
|
|
|
name: linux |
|
|
|
path: artifacts/* |
|
|
|
android: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: android |
|
|
|
env: |
|
|
|
CCACHE_DIR: ${{ github.workspace }}/.ccache |
|
|
|
CCACHE_COMPILERCHECK: content |
|
|
|
|