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.
1 parent b4448e2 commit f37e14fCopy full SHA for f37e14f
.github/actions/setup_build/action.yml
@@ -21,15 +21,10 @@ runs:
21
with:
22
distribution: ${{ inputs.java-distribution }}
23
java-version: ${{ inputs.java-version }}
24
- 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 }}
32
- cache: true
+ cache: false
33
- uses: ruby/setup-ruby@v1
34
35
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments