diff --git a/.github/actions/setup_build/action.yml b/.github/actions/setup_build/action.yml index 6790df13..c9cfb3ec 100644 --- a/.github/actions/setup_build/action.yml +++ b/.github/actions/setup_build/action.yml @@ -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