Skip to content

Commit f175dd1

Browse files
committed
Log flutter version in CI build
1 parent 3f42dab commit f175dd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ jobs:
211211
brew install imagemagick || true
212212
213213
- name: Install Flutter
214-
uses: subosito/flutter-action@v2.19.0
214+
uses: subosito/flutter-action@v2.20.0
215215
with:
216216
channel: "stable"
217217
flutter-version-file: pubspec.yaml
218-
218+
- run: flutter --version
219219
- name: Setup JDK
220220
if: matrix.platform == 'android'
221221
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)