From bfba462deacb291c46fed1a736ef1dfbd1abbcb2 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:07:12 +0500 Subject: [PATCH] Update android.publish.yml Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com> --- .github/workflows/android.publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.publish.yml b/.github/workflows/android.publish.yml index d9ec0caec..b709acb35 100644 --- a/.github/workflows/android.publish.yml +++ b/.github/workflows/android.publish.yml @@ -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