fix caching?
This commit is contained in:
parent
d93116be47
commit
8d7ca0744b
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
id: pnpm-cache
|
||||
name: restore pnpm cache
|
||||
with:
|
||||
path: ${{ steps.pnpm-cache-dir.outputs.dir }}
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-pnpm-
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
name: save pnpm cache
|
||||
if: steps.pnpm-cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
path: ${{ steps.pnpm-cache-dir.outputs.dir }}
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml) }}
|
||||
- uses: actions/cache@v3
|
||||
id: nuget-cache
|
||||
|
|
Loading…
Reference in a new issue