Skip to content

Commit f37e14f

Browse files
authored
Disable caching for Gradle and Flutter actions
Removed caching for Gradle and Flutter actions.
1 parent b4448e2 commit f37e14f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/actions/setup_build/action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,10 @@ runs:
2121
with:
2222
distribution: ${{ inputs.java-distribution }}
2323
java-version: ${{ inputs.java-version }}
24-
cache: "gradle"
25-
cache-dependency-path: | # optional
26-
android/*.gradle*
27-
android/**/gradle-wrapper.properties
28-
pubspec.lock
2924
- uses: subosito/flutter-action@v2
3025
with:
3126
flutter-version: ${{ inputs.flutter-version }}
32-
cache: true
27+
cache: false
3328
- uses: ruby/setup-ruby@v1
3429
with:
3530
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)