We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d270b1c + 825f8ef commit 96fd74aCopy full SHA for 96fd74a
.github/actions/setup_build/action.yml
@@ -21,11 +21,15 @@ runs:
21
with:
22
distribution: ${{ inputs.java-distribution }}
23
java-version: ${{ inputs.java-version }}
24
- #cache: "gradle"
+ cache: "gradle"
25
+ cache-dependency-path: | # optional
26
+ android/*.gradle*
27
+ android/**/gradle-wrapper.properties
28
+ pubspec.lock
29
- uses: subosito/flutter-action@v2
30
31
flutter-version: ${{ inputs.flutter-version }}
- cache: false
32
+ cache: true
33
- uses: ruby/setup-ruby@v1
34
35
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments