Skip to content

Commit 86f2706

Browse files
committed
chore: check xcode version
1 parent ef0dd39 commit 86f2706

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
melos-version: '5.3.0'
3434
- name: 'Run Analyze'
3535
run: melos analyze-ci
36+
- name: Show Xcode version
37+
run: xcodebuild -version
38+
3639

3740
# Separated from "analyse" action as pubspec_override file is not being taken into account when running `flutter pub publish --dry-run`
3841
# This will fail on CI until this is fixed: https://github.com/invertase/melos/issues/467

0 commit comments

Comments
 (0)