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 ce0d591 commit f85cafcCopy full SHA for f85cafc
.github/workflows/build-ios.yml
@@ -56,11 +56,15 @@ jobs:
56
# bundler-cache: true
57
working-directory: ./examples/${{ env.PROJECT_NAME }}/
58
59
- - name: setup-cocoapods
60
- if: steps.cache.outputs.cache-hit != 'true'
61
- uses: maxim-lobanov/setup-cocoapods@v1
62
- with:
63
- version: 1.13.0
+ # - name: setup-cocoapods
+ # if: steps.cache.outputs.cache-hit != 'true'
+ # uses: maxim-lobanov/setup-cocoapods@v1
+ # with:
+ # version: 1.13.0
64
+
65
+ - name: Select Xcode
66
67
+ run: bundle install
68
69
- name: Install CocoaPods
70
if: steps.cache.outputs.cache-hit != 'true'
0 commit comments