File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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.outputs.xcode_version)[0] }}.app/Contents/Developer
397
+ run : sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.outputs.xcode_version }}.app/Contents/Developer
398
398
- uses : actions/checkout@v2
399
399
with :
400
400
ref : ${{needs.check_and_prepare.outputs.github_ref}}
@@ -518,7 +518,7 @@ jobs:
518
518
steps :
519
519
- name : setup Xcode version (macos)
520
520
if : runner.os == 'macOS'
521
- run : sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.xcode_version }}.app/Contents/Developer
521
+ run : sudo xcode-select -s /Applications/Xcode_${{ needs.check_and_prepare.outputs. xcode_version }}.app/Contents/Developer
522
522
- uses : actions/checkout@v2
523
523
with :
524
524
ref : ${{needs.check_and_prepare.outputs.github_ref}}
You can’t perform that action at this time.
0 commit comments