From 527c69549b45f031607ec1ff98862f623f51e0b4 Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Wed, 15 Sep 2021 10:10:17 -0500 Subject: [PATCH] Adding pod setup and update --- .github/workflows/test_only.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_only.yml b/.github/workflows/test_only.yml index 5c674d6..00f5abc 100644 --- a/.github/workflows/test_only.yml +++ b/.github/workflows/test_only.yml @@ -39,6 +39,8 @@ jobs: - name: Install Dependences run: | sudo gem install cocoapods cocoapods-prune-localizations + pod setup + pod update pod install - name: Clean and Build