cache
Some checks failed
Flutter Schmutter / build (push) Failing after 6s

This commit is contained in:
Flummi 2025-06-03 12:12:39 +02:00
parent 6bf60efc8a
commit 7880081158

View File

@ -20,6 +20,9 @@ jobs:
channel: master
- run: flutter --version
- name: clean flutter cache
run: flutter clean
- name: install deps
run: flutter pub get