Skip to content

Commit

Permalink
Rename Carthage cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 15, 2023
1 parent f6fba39 commit 9921320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
uses: actions/cache/restore@v3
with:
path: Carthage
key: v1-carthage-${{ hashFiles('.xcode-version') }}-${{ hashFiles('Cartfile.resolved') }}
key: carthage-${{ hashFiles('.xcode-version') }}-${{ hashFiles('Cartfile.resolved') }}-v1

- name: Install dependencies
if: steps.restore-carthage-cache.outputs.cache-hit != 'true'
Expand All @@ -55,4 +55,4 @@ runs:
if: steps.restore-carthage-cache.outputs.cache-hit != 'true'
with:
path: Carthage
key: v1-carthage-${{ hashFiles('.xcode-version') }}-${{ hashFiles('Cartfile.resolved') }}
key: carthage-${{ hashFiles('.xcode-version') }}-${{ hashFiles('Cartfile.resolved') }}-v1
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
xcode: ${{ env.xcode }}
platform: ${{ env.platform }}

- name: Run tests
uses: mxcl/xcodebuild@v2
with:
Expand Down

0 comments on commit 9921320

Please sign in to comment.