Skip to content

Commit

Permalink
Well any cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjing-GitHub-Code committed Apr 8, 2023
1 parent 6b85417 commit ac63c93
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,16 @@ jobs:
~/.gradle/caches
~/.gradle/wrapper
!~/.gradle/caches/build-cache-*
key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
key: gradle-deps-*
restore-keys: gradle-deps
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
!~/.gradle/caches/build-cache-*
key: gradle-dep-any
restore-keys: gradle-dep-any
# well this embedded build
- uses: burrunan/[email protected]
name: Gradle build with better cache
Expand Down

0 comments on commit ac63c93

Please sign in to comment.