We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23711ff commit 7f6c68aCopy full SHA for 7f6c68a
1 file changed
.github/workflows/ios.yml
@@ -56,8 +56,7 @@ jobs:
56
# - name: Xcode clean
57
# run: xcodebuild clean
58
59
-# Release
60
- - name: Install pods (release)
61
- run: cd ios && PRODUCTION=1 pod install && cd .. # --clean-install --repo-update
+ - name: Install Ruby Gems and CocoaPods
+ run: yarn install:ios:ci
62
- name: Build iOS (release)
63
run: yarn ios:release
0 commit comments