ci: Disable Flutter action cache in Android deployment workflow.
Some checks failed
Deploy Flutter to Firebase / deploy-android (push) Failing after 50s

This commit is contained in:
Van Leemput Dayron
2025-12-09 11:27:54 +01:00
parent a96084ba17
commit a57fc811d8

View File

@@ -20,7 +20,7 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: 'stable' channel: 'stable'
cache: true cache: false
- name: Setup Ruby (pour Fastlane) - name: Setup Ruby (pour Fastlane)
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1