Skip to content

Commit 617b659

Browse files
committed
chore: update CocoaPods caching key in iOS build workflow
- Modified the caching key in the iOS build workflow to include all Podfile variations, improving cache efficiency and reliability.
1 parent c42bdb6 commit 617b659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: actions/cache@v4
8383
with:
8484
path: Pods
85-
key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile.lock') }}
85+
key: ${{ runner.os }}-pods-${{ hashFiles('example/ios/Podfile*') }}
8686
restore-keys: |
8787
${{ runner.os }}-pods-
8888

0 commit comments

Comments
 (0)