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:
133
133
- uses : subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
134
134
with :
135
135
channel : ' stable'
136
+ - name : Xcode
137
+ run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
136
138
- name : Setup firebase_core example app to test Swift integration
137
139
# run this before running melos boostrap to ensure the example app is set up
138
140
run : |
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ jobs:
100
100
name : Install Node.js 20
101
101
with :
102
102
node-version : ' 20'
103
+ - name : Xcode
104
+ run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
103
105
- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
104
106
with :
105
107
distribution : ' temurin'
Original file line number Diff line number Diff line change 39
39
name : Install Node.js 20
40
40
with :
41
41
node-version : ' 20'
42
+ - name : Xcode
43
+ run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
42
44
- uses : actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
43
45
with :
44
46
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments