Skip to content

Commit

Permalink
Increase ccache size android-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Nov 26, 2024
1 parent 1a38075 commit eab31ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
- uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ github.job }}
append-timestamp: false
max-size: 5G

- name: restore-gradle-cache
uses: actions/cache@v4
Expand Down Expand Up @@ -229,6 +231,8 @@ jobs:
- uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ github.job }}
append-timestamp: false
max-size: 5G

- name: Create data.zip in assets directory
run: zip -r test/android/app/src/main/assets/data.zip -@ < test/android/app/src/main/assets/to_zip.txt
Expand Down Expand Up @@ -283,6 +287,8 @@ jobs:
- uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ github.job }}
append-timestamp: false
max-size: 5G

- name: Get CMake and Ninja
uses: lukka/get-cmake@latest
Expand Down

0 comments on commit eab31ad

Please sign in to comment.