Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: fix github flow after removing Podfile.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Sep 8, 2023
1 parent c82dac6 commit ee63651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/edXTestSuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v3
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Install Dependencies
Expand Down

0 comments on commit ee63651

Please sign in to comment.