fix: Use pod install instead of bundle exec pod ...

This commit is contained in:
Marc Rousavy 2023-09-01 20:21:40 +02:00
parent ae439e3752
commit 74b5898af7

View File

@ -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