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 1b8e200 commit cf8cb40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_prepare-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
distribution: "corretto"
java-version: "21" # keep the same as your Android Studio version
cache: "gradle"
cache-dependency-path:
sub-project/*.gradle*
sub-project/**/gradle-wrapper.properties

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

0 comments on commit cf8cb40

Please sign in to comment.