Skip to content

Commit f85cafc

Browse files
committed
bundle install
1 parent ce0d591 commit f85cafc

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/build-ios.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,15 @@ jobs:
5656
# bundler-cache: true
5757
working-directory: ./examples/${{ env.PROJECT_NAME }}/
5858

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
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
64+
65+
- name: Select Xcode
66+
# if: steps.cache.outputs.cache-hit != 'true'
67+
run: bundle install
6468

6569
- name: Install CocoaPods
6670
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)