Skip to content

Commit

Permalink
Change cocoapods version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tboba committed Feb 15, 2024
1 parent 715761b commit 10c44e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ios-build-test-fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn

- name: Install Ruby gems
run: gem install 'cocoapods:1.14.3'

- name: Install pods
id: install_pods
continue-on-error: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ios-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Install node dependencies
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn
- name: Install Ruby gems
run: gem install 'cocoapods:1.14.3'
- name: Install pods
id: install_pods
continue-on-error: true
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Install node dependencies
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn
- name: Install Ruby gems
run: gem install 'cocoapods:1.14.3'
- name: Install pods
working-directory: ${{ env.WORKING_DIRECTORY }}/ios
run: pod install
Expand Down

0 comments on commit 10c44e2

Please sign in to comment.