diff --git a/.github/workflows/flutter-actions.yml b/.github/workflows/flutter-actions.yml index 2393ff9..33059fc 100644 --- a/.github/workflows/flutter-actions.yml +++ b/.github/workflows/flutter-actions.yml @@ -37,5 +37,5 @@ jobs: run: pod repo update - run: flutter pub get - name: Install pods - run: cd ios && pod install && cd .. + run: cd ios && pod install --repo-update && cd .. - run: flutter build ios --release --no-codesign