mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-19 06:59:10 +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:
|
||||
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-
|
||||
|
Loading…
Reference in New Issue
Block a user