Skip to content

Commit

Permalink
ADD CI cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank1234 committed Aug 12, 2024
1 parent f7448c6 commit 53dcde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_prepare-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
java-version: "21" # keep the same as your Android Studio version
cache: "gradle"
cache-dependency-path:
"**/build.gradle"
"gradle/wrapper/gradle-wrapper.properties"
/**/build.gradle
/gradle/wrapper/gradle-wrapper.properties

- name: Setup Android SDK
uses: android-actions/setup-android@v3

0 comments on commit 53dcde5

Please sign in to comment.