Skip to content

Commit

Permalink
bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Jan 26, 2025
1 parent ce0d591 commit f85cafc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,15 @@ jobs:
# bundler-cache: true
working-directory: ./examples/${{ env.PROJECT_NAME }}/

- name: setup-cocoapods
if: steps.cache.outputs.cache-hit != 'true'
uses: maxim-lobanov/setup-cocoapods@v1
with:
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

- name: Select Xcode
# if: steps.cache.outputs.cache-hit != 'true'
run: bundle install

- name: Install CocoaPods
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit f85cafc

Please sign in to comment.