ci: Add Flutter action cache and remove explicit Flutter version.
Some checks failed
Deploy Android to Play Store / build-and-deploy (push) Failing after 20m38s
Some checks failed
Deploy Android to Play Store / build-and-deploy (push) Failing after 20m38s
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.19.0' # Mettez votre version préférée ou laissez vide pour 'any'
|
cache: true
|
||||||
|
|
||||||
# 4. Récupérer les dépendances
|
# 4. Récupérer les dépendances
|
||||||
- name: Flutter Pub Get
|
- name: Flutter Pub Get
|
||||||
|
|||||||
Reference in New Issue
Block a user