diff --git a/.github/workflows/ios.yaml b/.github/workflows/ios.yaml index 14d3bc8b..ee394235 100644 --- a/.github/workflows/ios.yaml +++ b/.github/workflows/ios.yaml @@ -30,9 +30,11 @@ jobs: flutter-version: '2.10.3' - name: Build for iOS run: | + cd ios pod init - flutter pub get - cp lib/dummy_dsn.dart lib/dsn.dart pod repo update pod install + cd .. + flutter pub get + cp lib/dummy_dsn.dart lib/dsn.dart flutter build ios --release --no-codesign