oh god dammit

This commit is contained in:
Nick Seguin 2023-12-10 02:37:40 -06:00
parent 9f24365a5c
commit 52878ac6a6

View file

@ -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