Skip to content

Commit 7f6c68a

Browse files
committed
Update iOS CI release step to run install:ios:ci
1 parent 23711ff commit 7f6c68a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ios.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
# - name: Xcode clean
5757
# run: xcodebuild clean
5858

59-
# Release
60-
- name: Install pods (release)
61-
run: cd ios && PRODUCTION=1 pod install && cd .. # --clean-install --repo-update
59+
- name: Install Ruby Gems and CocoaPods
60+
run: yarn install:ios:ci
6261
- name: Build iOS (release)
6362
run: yarn ios:release

0 commit comments

Comments
 (0)