Skip to content

Commit ba106f8

Browse files
committed
ci: cache ./android/.gradle folder
1 parent 1079ac8 commit ba106f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/android.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
# (https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#android)
3434
path: |
3535
.dart_tool/
36+
android/.gradle/
3637
build/
3738
submodules/flutter/bin/cache/
3839
@@ -119,6 +120,7 @@ jobs:
119120
with:
120121
path: |
121122
.dart_tool/
123+
android/.gradle/
122124
build/
123125
submodules/flutter/bin/cache/
124126
@@ -178,6 +180,7 @@ jobs:
178180
with:
179181
path: |
180182
.dart_tool/
183+
android/.gradle/
181184
build/
182185
submodules/flutter/bin/cache/
183186

0 commit comments

Comments
 (0)