Skip to content

Commit

Permalink
ci: improve cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 6, 2024
1 parent ca6f6f3 commit c6a60d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
path: ./ios/Pods
key: ${{ runner.os }}-cocoapods-${{ hashFiles('ios/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-cocoapods-${{ hashFiles('ios/Podfile.lock') }}
${{ runner.os }}-cocoapods-
- name: Install Cocoapods
Expand All @@ -152,6 +153,7 @@ jobs:
path: ./ios/build
key: ${{ runner.os }}-ios-build--${{ github.workflow }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-ios-build--${{ github.workflow }}-${{ github.sha }}
${{ runner.os }}-ios-build--${{ github.workflow }}-
- name: Build iOS
Expand Down

0 comments on commit c6a60d2

Please sign in to comment.