mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-08 09:08:43 +00:00
Android_Build: Implement ccache
This commit is contained in:
parent
81bdfef0be
commit
556fd6d82e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/Android_Build.yml
vendored
5
.github/workflows/Android_Build.yml
vendored
|
@ -23,6 +23,11 @@ jobs:
|
||||||
- name: Fetch submodules
|
- name: Fetch submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
- name: Setup CCache
|
||||||
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
|
with:
|
||||||
|
max-size: 2Gi
|
||||||
|
|
||||||
- name: Set up gradle caches
|
- name: Set up gradle caches
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue