MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 6ae39717fd - Show all commits

View File

@@ -14,6 +14,12 @@ jobs:
run: |
apt-get update
apt-get install -y jq
- name: Clean Flutter Cache
run: |
rm -rf /opt/hostedtoolcache/flutter
rm -rf ~/flutter
- name: Set Up Flutter
uses: subosito/flutter-action@v2