ci: Flutter caching for build PR

This commit is contained in:
Pun Butrach 2025-04-14 17:20:20 +07:00 committed by GitHub
parent a1f9a2786f
commit ba758f3d8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,7 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
cache: true
- name: Get dependencies - name: Get dependencies
run: flutter pub get run: flutter pub get