Skip to content

Commit

Permalink
NEVISACCESSAPP-6370: Using the pod executable directly from the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-gulyas committed Dec 14, 2024
1 parent e594a0a commit 79f1e17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup-ios/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ runs:
- name: Add Private Cocoapods Repo
if: ${{ env.BUILD_TYPE == 'SNAPSHOT' }}
shell: bash
working-directory: 'ios'
run: |
pod repo remove ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_NAME }} &> /dev/null || true
pod repo add ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_NAME }} ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_URL }}
bundle exec pod repo remove ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_NAME }} &> /dev/null || true
bundle exec pod repo add ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_NAME }} ${{ env.PRIVATE_NATIVE_IOS_REPOSITORY_URL }}

0 comments on commit 79f1e17

Please sign in to comment.