mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Print dart and flutter versions when building releases
This commit is contained in:
3
.github/workflows/android-release.yml
vendored
3
.github/workflows/android-release.yml
vendored
@@ -33,6 +33,9 @@ jobs:
|
||||
with:
|
||||
channel: 'stable'
|
||||
|
||||
- run: dart --version
|
||||
- run: flutter --version
|
||||
|
||||
- name: Install Flutter dependencies
|
||||
run: flutter pub get
|
||||
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Install Flutter
|
||||
uses: subosito/flutter-action@v1
|
||||
with:
|
||||
flutter-version: '2.0.3'
|
||||
channel: 'stable'
|
||||
|
||||
- run: dart --version
|
||||
- run: flutter --version
|
||||
|
||||
Reference in New Issue
Block a user