Add CocoaPods specs repo to cache

This commit is contained in:
Davide De Rosa 2021-10-05 19:47:08 +02:00
parent 92f382c395
commit cbdb33bd95

View File

@ -49,9 +49,11 @@ jobs:
with:
xcode-version: latest-stable
- name: Cache CocoaPods
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: Pods
path: |
Pods
~/.cocoapods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-