mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-12 09:09:47 +12: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
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
- name: Setup CCache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
max-size: 2Gi
|
||||
|
||||
- name: Set up gradle caches
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue