Skip to content

Commit 934bfc0

Browse files
none: returning to original pod command
1 parent 59fd75f commit 934bfc0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,8 @@ jobs:
183183
- run:
184184
working_directory: example/ios
185185
name: Install Pods
186-
command: |
187-
# Ensure we're using the correct Ruby environment
188-
eval "$(rbenv init -)"
189-
# Verify pod command is available
190-
which pod
191-
pod --version
192-
# Install pods
193-
pod install
186+
command: pod install
187+
194188
- save_cache:
195189
key: pod-dependencies-{{ checksum "~/project/example/ios/Podfile" }}
196190
paths:

0 commit comments

Comments
 (0)