Skip to content

Commit

Permalink
ci: fix pods path
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 6, 2024
1 parent 6689de0 commit ae85526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions/cache@v4
id: cocoapods-cache
with:
path: ./ios/Pods
path: ./packages/react-native-app/ios/Pods
key: ${{ runner.os }}-cocoapods-${{ hashFiles('./packages/react-native-app/ios/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-cocoapods-${{ hashFiles('./packages/react-native-app/ios/Podfile.lock') }}
Expand Down

0 comments on commit ae85526

Please sign in to comment.