From 26b970982c693c56346ec1099e404cc388ddb4cd Mon Sep 17 00:00:00 2001 From: Van Leemput Dayron Date: Tue, 9 Dec 2025 14:51:22 +0100 Subject: [PATCH] chore: ensure Android license acceptance step always succeeds in CI workflow. --- .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 862162d..3f835d8 100644 --- a/.gitea/workflows/deploy-android.yaml +++ b/.gitea/workflows/deploy-android.yaml @@ -28,7 +28,7 @@ jobs: # --- AJOUT CONSEILLÉ : ACCEPTER LES LICENCES --- - name: Accept Android Licenses - run: yes | flutter doctor --android-licenses + run: yes | flutter doctor --android-licenses || true - name: Setup Ruby (pour Fastlane) uses: ruby/setup-ruby@v1