feat: Update Flutter setup step to display version
Build Android APK / build-apk (push) Failing after 2m51s
Build Android APK / build-apk (push) Failing after 2m51s
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user