We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cefeb8d commit c3f06e8Copy full SHA for c3f06e8
1 file changed
.github/workflows/benchmark.yaml
@@ -17,7 +17,6 @@ jobs:
17
uses: actions/cache@v4
18
timeout-minutes: 2
19
continue-on-error: true
20
- if: matrix.os != 'macos-latest' # Cache causes errors on macOS
21
with:
22
path: |
23
~/.cargo
@@ -74,10 +73,9 @@ jobs:
74
73
75
76
path: ~/.pnpm-store/v3
77
- key: pnpm-${{ matrix.vars.id }}-${{ hashFiles('**/pnpm-lock.yaml') }}
+ key: pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
78
restore-keys: |
79
- pnpm-${{ matrix.vars.id }}-${{ hashFiles('**/pnpm-lock.yaml') }}
80
- pnpm-${{ matrix.vars.id }}-
+ pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
81
pnpm-
82
83
- name: Setup pnpm
0 commit comments