Update build-ios.yml
This commit is contained in:
parent
832d6155eb
commit
9cbb5ad68e
5
.github/workflows/build-ios.yml
vendored
5
.github/workflows/build-ios.yml
vendored
@ -47,7 +47,10 @@ jobs:
|
|||||||
- name: Restore Pods cache
|
- name: Restore Pods cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: Pods
|
path: |
|
||||||
|
example/ios/Pods
|
||||||
|
~/Library/Caches/CocoaPods
|
||||||
|
~/.cocoapods
|
||||||
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
|
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-pods-
|
${{ runner.os }}-pods-
|
||||||
|
Loading…
Reference in New Issue
Block a user