feat: Update Flutter setup step to display version
Build Android APK / build-apk (push) Failing after 2m51s

This commit is contained in:
2026-04-07 18:56:09 +07:00
parent 6946083aee
commit 8dcd092c5e
+3 -1
View File
@@ -28,9 +28,11 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: "3.24.5"
channel: stable channel: stable
- name: Show Flutter and Dart version
run: flutter --version
- name: Install dependencies - name: Install dependencies
run: flutter pub get run: flutter pub get