File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -148,15 +148,15 @@ jobs:
148148 pub-cache-key : " flutter-pub-:os:-:channel:-:version:-:arch:-:hash:"
149149 - name : Xcode
150150 run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
151+ - uses : bluefireteam/melos-action@705015c3d2bc4ab94201ac24accb2bbe070cf533
152+ with :
153+ melos-version : ' 5.3.0'
151154 - name : Setup firebase_core example app to test Swift integration
152- # run this before running melos boostrap to ensure the example app is set up
155+ # Run after melos bootstrap so workspace pubspec_overrides resolve unpublished package versions.
153156 run : |
154157 cd packages/firebase_core/firebase_core/example
155158 flutter pub add $FLUTTER_DEPENDENCIES
156159 cd ../../../..
157- - uses : bluefireteam/melos-action@705015c3d2bc4ab94201ac24accb2bbe070cf533
158- with :
159- melos-version : ' 5.3.0'
160160 - name : ' Swift Integration Setup'
161161 run : flutter config --enable-swift-package-manager
162162 - name : ' Build Apps with Swift Package Manager'
You can’t perform that action at this time.
0 commit comments