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 b6595c1 commit ce3c0eaCopy full SHA for ce3c0ea
.github/workflows/flutter_build_example.yml
@@ -38,34 +38,3 @@ jobs:
38
run: |
39
cd example
40
flutter build appbundle --release
41
-
42
- build_ios:
43
- name: Build example for iOS
44
- runs-on: macos-latest
45
- timeout-minutes: 10
46
- steps:
47
- - name: Checkout repository
48
- uses: actions/checkout@v6
49
50
- - name: Install Flutter
51
- uses: subosito/flutter-action@v2
52
- with:
53
- channel: stable
54
- cache: true
55
56
- - name: Disable analytics
57
- run: flutter config --no-analytics
58
59
- - name: Flutter pub get
60
- run: flutter pub get
61
62
- - name: Pod install
63
- run: |
64
- cd example
65
- cd ios
66
- pod install
67
68
- - name: Flutter build iOS
69
70
71
- flutter build ios --release --no-codesign
0 commit comments