Skip to content

Commit

Permalink
add pods cache back, cleared in github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Aug 13, 2024
1 parent d5397bb commit 5c5c888
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
bundler-cache: true
working-directory: example/ios

# - name: Restore Pods cache
# uses: actions/cache@v4
# with:
# path: |
# example/ios/Pods
# ~/Library/Caches/CocoaPods
# ~/.cocoapods
# key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
# restore-keys: |
# ${{ runner.os }}-pods-
- name: Restore Pods cache
uses: actions/cache@v4
with:
path: |
example/ios/Pods
~/Library/Caches/CocoaPods
~/.cocoapods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install Gems
working-directory: example
Expand Down

0 comments on commit 5c5c888

Please sign in to comment.