From d5c8e39aaac02adc158c112620ac1e1b191f803b Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 2 Apr 2022 15:40:11 +1100 Subject: [PATCH] Run pod commands in ios directory --- .github/workflows/ios.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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