File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 5656 # bundler-cache: true
5757 working-directory : ./examples/${{ env.PROJECT_NAME }}/
5858
59- # - name: setup-cocoapods
60- # if: steps.cache.outputs.cache-hit != 'true'
61- # uses: maxim-lobanov/setup-cocoapods@v1
62- # with:
63- # version: 1.13.0
64-
6559 - name : Bundle install
6660 working-directory : ./examples/${{ env.PROJECT_NAME }}
6761 # if: steps.cache.outputs.cache-hit != 'true'
7367 run : |
7468 yarn pods
7569
76- - name : Select Xcode
77- if : steps.cache.outputs.cache-hit != 'true'
78- run : sudo xcode-select -s /Applications/Xcode_$(<.xcode-version).app/Contents/Developer
70+ - name : Setup Xcode
71+ uses : maxim-lobanov/setup-xcode@v1
72+ with :
73+ xcode-version : ' 14.3.1'
7974
8075 - name : Build
8176 if : steps.cache.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments