mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 11:39:21 +02:00
Update android.publish.yml
Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/android.publish.yml
vendored
2
.github/workflows/android.publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user