Skip to content

Commit

Permalink
chore: cache cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
kingisaac95 committed Oct 4, 2023
1 parent ab5e460 commit 8e5c085
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ jobs:
- name: Install dependencies
run: npm install

- name: Cache cocoapods
uses: actions/cache@v3
with:
path: /ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install pod dependencies
run: |
cd ios
Expand Down

0 comments on commit 8e5c085

Please sign in to comment.