From 2d96304a0feed7057d589ad89b763d140113cbf3 Mon Sep 17 00:00:00 2001 From: Joachim Nohl <43643339+nohli@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:48:13 +0200 Subject: [PATCH] Remove build iOS example job --- .github/workflows/flutter_build_example.yml | 23 --------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/flutter_build_example.yml b/.github/workflows/flutter_build_example.yml index beef9ab..fa1e9d6 100644 --- a/.github/workflows/flutter_build_example.yml +++ b/.github/workflows/flutter_build_example.yml @@ -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