fix: Use pod install
instead of bundle exec pod ...
This commit is contained in:
parent
ae439e3752
commit
74b5898af7
4
.github/workflows/build-ios.yml
vendored
4
.github/workflows/build-ios.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pods-
|
${{ runner.os }}-pods-
|
||||||
- name: Install Pods
|
- name: Install Pods
|
||||||
run: bundle exec pod check || bundle exec pod install
|
run: pod install
|
||||||
- name: Install xcpretty
|
- name: Install xcpretty
|
||||||
run: gem install xcpretty
|
run: gem install xcpretty
|
||||||
- name: Build App
|
- name: Build App
|
||||||
@ -124,7 +124,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pods-
|
${{ runner.os }}-pods-
|
||||||
- name: Install Pods
|
- name: Install Pods
|
||||||
run: bundle exec pod check || bundle exec pod install
|
run: pod install
|
||||||
- name: Install xcpretty
|
- name: Install xcpretty
|
||||||
run: gem install xcpretty
|
run: gem install xcpretty
|
||||||
- name: Build App
|
- name: Build App
|
||||||
|
Loading…
Reference in New Issue
Block a user