Skip to content

Commit 1c16dea

Browse files
Version pods cache
1 parent 98d496d commit 1c16dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- uses: actions/cache@v4
3333
with:
3434
path: example/ios/Pods
35-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
35+
key: v2-${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
3636
restore-keys: |
37-
${{ runner.os }}-pods-
37+
v2-${{ runner.os }}-pods-
3838
3939
- name: Setup Node.js environment
4040
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)