Skip to content

Commit eeb871e

Browse files
committed
ci: use SPM instead of CocoaPods when running the native macOS tests
1 parent be261a4 commit eeb871e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
channel: stable
4040
cache: true
4141

42+
# To skip installing CocoaPods, ruby and avoid any build failures or compatibility issues.
43+
- name: Enable Flutter Swift Package Manager
44+
run: flutter config --enable-swift-package-manager
45+
4246
- name: Install dependencies
4347
run: flutter pub get
4448
working-directory: example

0 commit comments

Comments
 (0)