Skip to content

Commit

Permalink
Remove build iOS example job
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli committed Aug 14, 2023
1 parent 47522fd commit 2d96304
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/flutter_build_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,3 @@ jobs:
run: |
cd example
flutter build appbundle --release
build_ios:
name: Build example for iOS
runs-on: macos-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v2
- name: Disable analytics
run: flutter config --no-analytics
- name: Flutter pub get
run: flutter pub get
- name: Pod install
run: |
cd example
cd ios
pod install
- name: Flutter build iOS
run: |
cd example
flutter build ios --release --no-codesign

0 comments on commit 2d96304

Please sign in to comment.