chore: adjust this a-fucking-gain

This commit is contained in:
Adrian Castro
2024-03-23 17:27:17 +01:00
parent 540085c7b1
commit c24b2e01c1
3 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ jobs:
uses: actions/cache@v4
with:
path: apps/expo/ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('apps/expo/pnpm-lock.yaml') }}
key: ${{ runner.os }}-pods-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pods-