File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v4
9
9
with :
10
10
submodules : recursive
11
+ - name : Install Xcode
12
+ uses : maxim-lobanov/setup-xcode@v1
13
+ with :
14
+ xcode-version : ' latest-stable'
11
15
- name : Setup environment
12
16
run : |
13
17
brew update-reset
46
50
- uses : actions/checkout@v4
47
51
with :
48
52
submodules : recursive
53
+ - name : Install Xcode
54
+ uses : maxim-lobanov/setup-xcode@v1
55
+ with :
56
+ xcode-version : ' latest-stable'
49
57
- name : Setup environment
50
58
run : |
51
59
brew update-reset
84
92
runs-on : macOS-latest
85
93
steps :
86
94
- uses : actions/checkout@v4
95
+ - name : Install Xcode
96
+ uses : maxim-lobanov/setup-xcode@v1
97
+ with :
98
+ xcode-version : ' latest-stable'
87
99
- name : Setup environment
88
100
run : |
89
101
brew update-reset
@@ -114,6 +126,10 @@ jobs:
114
126
runs-on : macOS-latest
115
127
steps :
116
128
- uses : actions/checkout@v4
129
+ - name : Install Xcode
130
+ uses : maxim-lobanov/setup-xcode@v1
131
+ with :
132
+ xcode-version : ' latest-stable'
117
133
- name : Setup environment
118
134
run : |
119
135
brew update-reset
You can’t perform that action at this time.
0 commit comments