Merge pull request #2353 from gitbutlerapp/virtual-branch-1

use a unified cache instead of restore keys
This commit is contained in:
Qix 2024-01-19 18:38:20 +01:00 committed by GitHub
commit 19ac32afe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,9 +24,7 @@ runs:
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
key: github-client-${{ runner.os }}-pnpm-store
- name: Git config
shell: bash