From 2910c8356aa63398f161dca9bbf1b4e20b03893e Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 2 Apr 2022 15:30:01 +1100 Subject: [PATCH] Add "pod install" step --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3feacdb7..1cc3dd83 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -83,4 +83,5 @@ jobs: flutter pub get cp lib/dummy_dsn.dart lib/dsn.dart pod repo update + pod install flutter build ios --release --no-codesign