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 88 - uses : actions/checkout@v4
99 with :
1010 submodules : recursive
11+ - name : Install Xcode
12+ uses : maxim-lobanov/setup-xcode@v1
13+ with :
14+ xcode-version : ' latest-stable'
1115 - name : Setup environment
1216 run : |
1317 brew update-reset
4650 - uses : actions/checkout@v4
4751 with :
4852 submodules : recursive
53+ - name : Install Xcode
54+ uses : maxim-lobanov/setup-xcode@v1
55+ with :
56+ xcode-version : ' latest-stable'
4957 - name : Setup environment
5058 run : |
5159 brew update-reset
8492 runs-on : macOS-latest
8593 steps :
8694 - uses : actions/checkout@v4
95+ - name : Install Xcode
96+ uses : maxim-lobanov/setup-xcode@v1
97+ with :
98+ xcode-version : ' latest-stable'
8799 - name : Setup environment
88100 run : |
89101 brew update-reset
@@ -114,6 +126,10 @@ jobs:
114126 runs-on : macOS-latest
115127 steps :
116128 - uses : actions/checkout@v4
129+ - name : Install Xcode
130+ uses : maxim-lobanov/setup-xcode@v1
131+ with :
132+ xcode-version : ' latest-stable'
117133 - name : Setup environment
118134 run : |
119135 brew update-reset
You can’t perform that action at this time.
0 commit comments