Skip to content

Commit

Permalink
Merge pull request #19574 from Expensify/revert-19485-Rory-FixPodCache
Browse files Browse the repository at this point in the history
Revert "[No QA] Fix pod cache logic"
  • Loading branch information
chiragsalian committed May 25, 2023
2 parents 4d6a25f + bfdb3f1 commit 3e3c2dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@ jobs:
bundler-cache: true

- uses: actions/cache@v3
id: cache-pods
with:
path: ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install cocoapods
if: ${{ !fromJSON(steps.cache-pods.outputs.cache-hit) }}
uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350
with:
timeout_minutes: 10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ jobs:
bundler-cache: true

- uses: actions/cache@v3
id: cache-pods
with:
path: ios/Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install cocoapods
if: ${{ !fromJSON(steps.cache-pods.outputs.cache-hit) }}
uses: nick-invision/retry@0711ba3d7808574133d713a0d92d2941be03a350
with:
timeout_minutes: 10
Expand Down

0 comments on commit 3e3c2dd

Please sign in to comment.