Skip to content

Commit 8867e4f

Browse files
committed
Add version printing step to Android macOS build workflow
1 parent fd17902 commit 8867e4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/android-build-test-macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ jobs:
7070
- name: Prepare Flutter
7171
run: |
7272
make flutter/prepare
73+
- name: Print versions
74+
run: |
75+
env
76+
brew config
77+
flutter doctor -v
7378
- name: Build Android app
7479
env:
7580
BAZEL_OUTPUT_ROOT_ARG: "--output_user_root=/tmp/bazel_output"

0 commit comments

Comments
 (0)