Skip to content

Commit

Permalink
fix: check to see how our podfile and manifest are looking
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Parker authored and Charles Parker committed May 18, 2024
1 parent f9286e8 commit 584c81d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ jobs:
with:
podfile-path: examples/objectdetection/ios/Podfile.lock

- name: check-podfile-and-manifest
run: |
echo "Podfile.lock"
tail -n 3 examples/objectdetection/ios/Podfile.lock
echo "Manifest.lock"
tail -n 3 examples/objectdetection/ios/Pods/Manifest.lock
- name: Install cocoapods
if: env.turbo_cache_hit != 1 && steps.cocoapods-cache.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 584c81d

Please sign in to comment.