[CI]: always try installing cocoa pods irrespective of cache

This commit is contained in:
Magesh K
2024-12-19 13:50:07 +05:30
parent 2c07d14a00
commit 571a65a46a
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ jobs:
key: pods-cache-
- name: Install CocoaPods
if: ${{ steps.pods-restore.outputs.cache-hit != 'true'}}
# if: ${{ steps.pods-restore.outputs.cache-hit != 'true'}}
id: pods-install
run: |
pod install