File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 62
62
apis : ${{ steps.matrix_config.outputs.apis }}
63
63
mobile_test_on : ${{ steps.matrix_config.outputs.mobile_test_on }}
64
64
android_device : ${{ steps.matrix_config.outputs.android_device }}
65
- xcode_version : ${{ steps.matrix_config.outputs.xcode_version }}
65
+ xcode_version : ${{ fromJson( steps.matrix_config.outputs.xcode_version)[0] }}
66
66
ios_device : ${{ steps.matrix_config.outputs.ios_device }}
67
67
tvos_device : ${{ steps.matrix_config.outputs.tvos_device }}
68
68
steps :
@@ -212,7 +212,7 @@ jobs:
212
212
steps :
213
213
- name : setup Xcode version (macos)
214
214
if : runner.os == 'macOS'
215
- run : sudo xcode-select -s /Applications/Xcode_${{ fromJson( needs.check_and_prepare.xcode_version)[0] }}.app/Contents/Developer
215
+ run : sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.outputs. xcode_version }}.app/Contents/Developer
216
216
- uses : actions/checkout@v2
217
217
with :
218
218
ref : ${{needs.check_and_prepare.outputs.github_ref}}
@@ -394,7 +394,7 @@ jobs:
394
394
steps :
395
395
- name : setup Xcode version (macos)
396
396
if : runner.os == 'macOS'
397
- run : sudo xcode-select -s /Applications/Xcode_${{ fromJson(needs.check_and_prepare.xcode_version)[0] }}.app/Contents/Developer
397
+ run : sudo xcode-select -s /Applications/Xcode_${{ fromJson(needs.check_and_prepare.outputs. xcode_version)[0] }}.app/Contents/Developer
398
398
- uses : actions/checkout@v2
399
399
with :
400
400
ref : ${{needs.check_and_prepare.outputs.github_ref}}
You can’t perform that action at this time.
0 commit comments