MVP #141

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

View File

@@ -11,7 +11,9 @@ jobs:
uses: actions/checkout@v4
- name: Install jq
run: apt-get install -y jq
run: |
apt-get update
apt-get install -y jq
- name: Set Up Flutter
uses: subosito/flutter-action@v2