Skip to content

Commit 90d2e1f

Browse files
authored
ci: fix swift check (#18190)
* CI: fix swift check * revert * fix
1 parent 385d933 commit 90d2e1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)