Skip to content

Commit c3f06e8

Browse files
committed
ci: remove nonsense expressions
1 parent cefeb8d commit c3f06e8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/benchmark.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
uses: actions/cache@v4
1818
timeout-minutes: 2
1919
continue-on-error: true
20-
if: matrix.os != 'macos-latest' # Cache causes errors on macOS
2120
with:
2221
path: |
2322
~/.cargo
@@ -74,10 +73,9 @@ jobs:
7473
continue-on-error: true
7574
with:
7675
path: ~/.pnpm-store/v3
77-
key: pnpm-${{ matrix.vars.id }}-${{ hashFiles('**/pnpm-lock.yaml') }}
76+
key: pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
7877
restore-keys: |
79-
pnpm-${{ matrix.vars.id }}-${{ hashFiles('**/pnpm-lock.yaml') }}
80-
pnpm-${{ matrix.vars.id }}-
78+
pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
8179
pnpm-
8280
8381
- name: Setup pnpm

0 commit comments

Comments
 (0)