Skip to content

Commit 1effac3

Browse files
committed
chore: update podfiles cache key in CI
1 parent 3060588 commit 1effac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ jobs:
5656
uses: actions/cache@v4
5757
with:
5858
path: example/ios/Pods
59-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
59+
key: pods-${{ runner.os }}-${{ hashFiles('**/Podfile.lock', '**/Gemfile.lock') }}
6060
restore-keys: |
61-
${{ runner.os }}-pods-
61+
pods-${{ runner.os }}
6262
6363
- name: Install Pods
6464
working-directory: example/ios

0 commit comments

Comments
 (0)