We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bbf6a commit a3ddd3dCopy full SHA for a3ddd3d
.github/workflows/build.yml
@@ -51,15 +51,15 @@ jobs:
51
with:
52
channel: 'stable'
53
- name: Run Build iOS
54
- run: cd splitio/example/ios; flutter build ios --no-codesign;
+ run: cd splitio/example/ios; pod install; pod update Split; flutter build ios --no-codesign;
55
56
test-ios:
57
name: Test iOS
58
runs-on: [ macos-latest ]
59
60
steps:
61
- uses: actions/checkout@v4
62
- - uses: subosito/flutter-action@v2.1.0
+ - uses: subosito/flutter-action@v2
63
64
65
0 commit comments