We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0dd39 commit 86f2706Copy full SHA for 86f2706
.github/workflows/all_plugins.yaml
@@ -33,6 +33,9 @@ jobs:
33
melos-version: '5.3.0'
34
- name: 'Run Analyze'
35
run: melos analyze-ci
36
+ - name: Show Xcode version
37
+ run: xcodebuild -version
38
+
39
40
# Separated from "analyse" action as pubspec_override file is not being taken into account when running `flutter pub publish --dry-run`
41
# This will fail on CI until this is fixed: https://github.com/invertase/melos/issues/467
0 commit comments