Skip to content

Commit 96fd74a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d270b1c + 825f8ef commit 96fd74a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/actions/setup_build/action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ runs:
2121
with:
2222
distribution: ${{ inputs.java-distribution }}
2323
java-version: ${{ inputs.java-version }}
24-
#cache: "gradle"
24+
cache: "gradle"
25+
cache-dependency-path: | # optional
26+
android/*.gradle*
27+
android/**/gradle-wrapper.properties
28+
pubspec.lock
2529
- uses: subosito/flutter-action@v2
2630
with:
2731
flutter-version: ${{ inputs.flutter-version }}
28-
cache: false
32+
cache: true
2933
- uses: ruby/setup-ruby@v1
3034
with:
3135
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)