Skip to content

Commit

Permalink
Removed .swift check from caching mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
fabulouiOS-monk committed Sep 4, 2024
1 parent 695e81d commit 019c1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/Library/Developer/Xcode/DerivedData
key: ${{ runner.os }}-xcode-${{ hashFiles('**/*.swift', '**/project.pbxproj') }}
key: ${{ runner.os }}-xcode-${{ hashFiles('**/project.pbxproj') }}
restore-keys: |
${{ runner.os }}-xcode-
- name: Build
Expand Down

0 comments on commit 019c1bc

Please sign in to comment.