changed flutter setup
Some checks failed
Flutter APK Build / Build Flutter APK (push) Failing after 30s

This commit is contained in:
2026-01-19 22:38:49 +01:00
parent c283de7a45
commit 37447b4a53

View File

@@ -1,6 +1,6 @@
name: Flutter APK Build name: Flutter APK Build
uses: https://github.com/subosito/flutter-action@v2 uses:
on: on:
push: push:
@@ -39,9 +39,10 @@ jobs:
java-version: '17' java-version: '17'
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: https://github.com/subosito/flutter-action@v2
with: with:
channel: stable channel: stable
- run: flutter --version
- name: Get dependencies - name: Get dependencies
run: flutter pub get run: flutter pub get