Skip to content

Commit

Permalink
Cache key updated
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed Sep 27, 2022
1 parent eb1ce87 commit 34728a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
path: |
.build
SourcePackagesCache
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
key: ${{ runner.os }}-spm1-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
${{ runner.os }}-spm1-
- uses: ./.github/actions/ci
with:
Expand All @@ -65,9 +65,9 @@ jobs:
path: |
.build
SourcePackagesCache
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
key: ${{ runner.os }}-spm1-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
${{ runner.os }}-spm1-
- uses: ./.github/actions/ci
with:
Expand Down

0 comments on commit 34728a2

Please sign in to comment.