mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-19 15:09:11 +00:00
Add CocoaPods specs repo to cache
This commit is contained in:
parent
92f382c395
commit
cbdb33bd95
6
.github/workflows/beta.yml
vendored
6
.github/workflows/beta.yml
vendored
@ -49,9 +49,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
xcode-version: latest-stable
|
xcode-version: latest-stable
|
||||||
- name: Cache CocoaPods
|
- name: Cache CocoaPods
|
||||||
uses: actions/cache@v1
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: Pods
|
path: |
|
||||||
|
Pods
|
||||||
|
~/.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