Update android.publish.yml

Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
Ammar Ahmed
2024-01-31 22:07:12 +05:00
committed by GitHub
parent 65dd419a5e
commit bfba462dea

View File

@@ -32,6 +32,7 @@ jobs:
uses: hendrikmuhs/ccache-action@v1.2.11
with:
key: ${{ runner.os }}-ccache-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
max-size: 1.5G
restore-keys: |
${{ runner.os }}-ccache-
@@ -46,7 +47,6 @@ jobs:
export CCACHE_COMPILERCHECK=content
ccache --set-config=base_dir=$PWD
ccache --set-config=compiler_check=content
ccache --set-config=hash_dir=false
ccache -p
- name: Cache gradle