Skip to content

Commit

Permalink
Android_Build: Implement ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Dec 30, 2024
1 parent 81bdfef commit 556fd6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Android_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- name: Fetch submodules
run: git submodule update --init --recursive

- name: Setup CCache
uses: hendrikmuhs/[email protected]
with:
max-size: 2Gi

- name: Set up gradle caches
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 556fd6d

Please sign in to comment.