changed build runner script to a static flutter version
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 2m24s

This commit is contained in:
2026-01-19 22:05:52 +01:00
parent 6d847aa2bb
commit 609a477b75

View File

@@ -27,7 +27,7 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: 'latest' flutter-version: '3.38.6'
channel: 'stable' channel: 'stable'
- name: Get dependencies - name: Get dependencies