ci: Disable Flutter action cache in Android deployment workflow.
Some checks failed
Deploy Flutter to Firebase / deploy-android (push) Failing after 50s
Some checks failed
Deploy Flutter to Firebase / deploy-android (push) Failing after 50s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user