oh god dammit
This commit is contained in:
parent
9f24365a5c
commit
52878ac6a6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
if: steps.pnpm-cache.outputs.cache-hit != 'true'
|
||||
with:
|
||||
path: ~/.pnpm-store
|
||||
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml) }}
|
||||
key: ${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}
|
||||
- uses: actions/cache@v3
|
||||
id: nuget-cache
|
||||
name: restore nuget cache
|
||||
|
|
Loading…
Reference in a new issue