Install pods only if not cached

This commit is contained in:
Johannes Klein
2023-10-31 10:58:27 +01:00
parent 9a2b34b006
commit 42a2ea02f9

View File

@@ -84,10 +84,9 @@ jobs:
path: ios/Pods
key: pods-${{ hashFiles('**/Podfile.lock') }}
- name: Update Pods
run: |
gem update cocoapods xcodeproj
cd ios && pod install && cd ..
- name: Install CocoaPods
if: steps.podcache.outputs.cache-hit != 'true'
run: cd ios && pod install && cd ..
# Generate the secret files needed for a release build
- name: Create .env file