diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index b20adfe8..d40d27ad 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -63,7 +63,7 @@ jobs: restore-keys: | ${{ runner.os }}-pods- - name: Install Pods - run: bundle exec pod check || bundle exec pod install + run: pod install - name: Install xcpretty run: gem install xcpretty - name: Build App @@ -124,7 +124,7 @@ jobs: restore-keys: | ${{ runner.os }}-pods- - name: Install Pods - run: bundle exec pod check || bundle exec pod install + run: pod install - name: Install xcpretty run: gem install xcpretty - name: Build App