File tree Expand file tree Collapse file tree 4 files changed +330
-15
lines changed
Expand file tree Collapse file tree 4 files changed +330
-15
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ jobs:
133133 - uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
134134 with :
135135 channel : ' stable'
136+ - name : Xcode
137+ run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
136138 - name : Setup firebase_core example app to test Swift integration
137139 # run this before running melos boostrap to ensure the example app is set up
138140 run : |
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ jobs:
100100 name : Install Node.js 20
101101 with :
102102 node-version : ' 20'
103+ - name : Xcode
104+ run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
103105 - uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
104106 with :
105107 distribution : ' temurin'
Original file line number Diff line number Diff line change 3939 name : Install Node.js 20
4040 with :
4141 node-version : ' 20'
42+ - name : Xcode
43+ run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
4244 - uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
4345 with :
4446 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments