cd: add cache key

This commit is contained in:
Kingkor Roy Tirtho 2024-05-23 22:15:28 +06:00
parent f5a6ce2354
commit 48817e5ffe

View File

@ -66,6 +66,7 @@ jobs:
- uses: subosito/flutter-action@v2.12.0
with:
cache: true
cache-key: ${{ runner.os }}-flutter-${{ hashFiles('**/pubspec.yaml') }}
flutter-version: ${{ env.FLUTTER_VERSION }}
- name: Setup Java
if: ${{matrix.platform == 'android'}}