cd: use default caching key

This commit is contained in:
Kingkor Roy Tirtho 2025-01-24 11:31:01 +06:00
parent 85ebaf69de
commit 1937b1b840

View File

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