From 9fc8d5d1dec38f30ef6ca6be8edb26cd97db7c01 Mon Sep 17 00:00:00 2001 From: Van Leemput Dayron Date: Mon, 8 Dec 2025 18:20:03 +0100 Subject: [PATCH] ci: Add Flutter action cache and remove explicit Flutter version. --- .gitea/workflows/deploy-android.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-android.yaml b/.gitea/workflows/deploy-android.yaml index 19dd9ff..a3fb897 100644 --- a/.gitea/workflows/deploy-android.yaml +++ b/.gitea/workflows/deploy-android.yaml @@ -26,7 +26,7 @@ jobs: uses: subosito/flutter-action@v2 with: 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 - name: Flutter Pub Get