File tree Expand file tree Collapse file tree 3 files changed +1075
-58
lines changed Expand file tree Collapse file tree 3 files changed +1075
-58
lines changed Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v2
21
21
22
22
- uses : ./
23
+ name : Setup Xcode
24
+ id : setup-xcode
23
25
with :
24
26
xcode-version : ${{ matrix.xcode-version }}
27
+ - name : Print output variables
28
+ run : |
29
+ echo "Version: ${{ steps.setup-xcode.outputs.version }}"
30
+ echo "Path: ${{ steps.setup-xcode.outputs.path }}"
25
31
26
32
versions-macOS-110 :
27
33
name : macOS 11
35
41
uses : actions/checkout@v2
36
42
37
43
- uses : ./
44
+ name : Setup Xcode
45
+ id : setup-xcode
38
46
with :
39
- xcode-version : ${{ matrix.xcode-version }}
47
+ xcode-version : ${{ matrix.xcode-version }}
48
+ - name : Print output variables
49
+ run : |
50
+ echo "Version: ${{ steps.setup-xcode.outputs.version }}"
51
+ echo "Path: ${{ steps.setup-xcode.outputs.path }}"
You can’t perform that action at this time.
0 commit comments