Android_Build: Implement ccache

This commit is contained in:
Ishan09811 2024-12-30 17:36:11 +05:30 committed by GitHub
parent 81bdfef0be
commit 556fd6d82e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: