Skip to content

Commit

Permalink
Enable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Dec 22, 2024
1 parent 89feb35 commit 825f8ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/actions/setup_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,15 @@ runs:
with:
distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}
#cache: "gradle"
cache: "gradle"
cache-dependency-path: | # optional
android/*.gradle*
android/**/gradle-wrapper.properties
pubspec.lock
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ inputs.flutter-version }}
cache: false
cache: true
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit 825f8ef

Please sign in to comment.