Skip to content

Commit 74b5898

Browse files
committed
fix: Use pod install instead of bundle exec pod ...
1 parent ae439e3 commit 74b5898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
restore-keys: |
6464
${{ runner.os }}-pods-
6565
- name: Install Pods
66-
run: bundle exec pod check || bundle exec pod install
66+
run: pod install
6767
- name: Install xcpretty
6868
run: gem install xcpretty
6969
- name: Build App
@@ -124,7 +124,7 @@ jobs:
124124
restore-keys: |
125125
${{ runner.os }}-pods-
126126
- name: Install Pods
127-
run: bundle exec pod check || bundle exec pod install
127+
run: pod install
128128
- name: Install xcpretty
129129
run: gem install xcpretty
130130
- name: Build App

0 commit comments

Comments
 (0)