From 755e3848dbeec72e07c58114c729d67d2c4a54d2 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 6 Feb 2024 14:52:01 -0800 Subject: [PATCH] try --- .github/workflows/flutter-example.yml | 39 ++++++++++++++------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/.github/workflows/flutter-example.yml b/.github/workflows/flutter-example.yml index 658e673..8417516 100644 --- a/.github/workflows/flutter-example.yml +++ b/.github/workflows/flutter-example.yml @@ -51,32 +51,33 @@ jobs: - name: Install dependencies run: ./gradlew --version + working-directory: android - name: Build run: flutter build apk working-directory: example - build-ios: - name: Build iOS demo - runs-on: macos-latest - strategy: - matrix: - flutter-version: ['2.8.1', '3.0.4'] + # build-ios: + # name: Build iOS demo + # runs-on: macos-latest + # strategy: + # matrix: + # flutter-version: ['2.8.1', '3.0.4'] - steps: - - uses: actions/checkout@v3 + # steps: + # - uses: actions/checkout@v3 - - name: Install Flutter ${{ matrix.flutter-version }} - uses: subosito/flutter-action@v2 - with: - flutter-version: ${{ matrix.flutter-version }} - architecture: x64 + # - name: Install Flutter ${{ matrix.flutter-version }} + # uses: subosito/flutter-action@v2 + # with: + # flutter-version: ${{ matrix.flutter-version }} + # architecture: x64 - - name: Update Cocoapods repo - run: pod repo update + # - name: Update Cocoapods repo + # run: pod repo update - - name: Install dependencies - run: flutter pub get + # - name: Install dependencies + # run: flutter pub get - - name: Build - run: flutter build ios --release --no-codesign + # - name: Build + # run: flutter build ios --release --no-codesign