switch to cocoa pods

This commit is contained in:
aiden vigue 2021-06-20 22:38:53 -04:00 committed by GitHub
parent 98ef133bd9
commit f09e0a83c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -25,6 +25,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- uses: actions/cache@v2
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install pods
run: pod install
- name: Cache Swift packages
uses: actions/cache@v2
with: