mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fix: podfile lock cache keys (#45128)
Summary:
These keys weren't evaluating`hashfiles(...)`.
{F1716603166}
## Changelog: [Internal]
Pull Request resolved: https://github.com/facebook/react-native/pull/45128
Reviewed By: cipolleschi
Differential Revision: D58947839
Pulled By: blakef
fbshipit-source-id: d3c36235387a1c54f637b2b9bf53198bd29226e2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
986cf18dd2
commit
2d737bbf9a
@@ -20,9 +20,9 @@ runs:
|
||||
uses: actions/cache@v4.0.0
|
||||
with:
|
||||
path: packages/rn-tester/Podfile.lock
|
||||
key: v9-podfilelock-${{ github.job }}-${{ hashfiles('packages/rn-tester/Podfile') }}-{{ hashfiles('/tmp/week_year') }}-${{ inputs.hermes-version}}
|
||||
key: v9-podfilelock-${{ github.job }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ hashfiles('/tmp/week_year') }}-${{ inputs.hermes-version}}
|
||||
- name: Cache cocoapods
|
||||
uses: actions/cache@v4.0.0
|
||||
with:
|
||||
path: packages/rn-tester/Pods
|
||||
key: v11-cocoapods-${{ github.job }}-${{ hashfiles('packages/rn-tester/Podfile.lock') }}-{{ hashfiles('packages/rn-tester/Podfile') }}-${{ inputs.hermes-version}}
|
||||
key: v11-cocoapods-${{ github.job }}-${{ hashfiles('packages/rn-tester/Podfile.lock') }}-${{ hashfiles('packages/rn-tester/Podfile') }}-${{ inputs.hermes-version}}
|
||||
|
||||
Reference in New Issue
Block a user