Skip to content

Commit

Permalink
NOJIRA: 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 12, 2024
1 parent e594a0a commit f64e853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-ios/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ runs:
if: ${{ env.BUILD_TYPE == 'SNAPSHOT' }}
shell: bash
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 f64e853

Please sign in to comment.