Update build-ios.yml

This commit is contained in:
Marc Rousavy 2021-03-11 19:02:10 +01:00
parent 832d6155eb
commit 9cbb5ad68e

View File

@ -47,7 +47,10 @@ jobs:
- name: Restore Pods cache
uses: actions/cache@v2
with:
path: Pods
path: |
example/ios/Pods
~/Library/Caches/CocoaPods
~/.cocoapods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-