Skip to content

Commit fa52048

Browse files
committed
Disable pnpm cache in CI
The Mac cache was trying to load the Linux cache causing massive slowdowns
1 parent 566d6b3 commit fa52048

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ commands:
8181

8282
install-node-modules:
8383
steps:
84-
- restore-npm-cache
8584
- run:
8685
name: Install pnpm package manager and node modules
8786
command: |
@@ -90,9 +89,7 @@ commands:
9089
npm install --global corepack@0.17.0
9190
corepack enable
9291
corepack prepare pnpm@10.12.1 --activate
93-
pnpm config set store-dir ~/.pnpm-store
9492
pnpm install
95-
- save-npm-cache
9693
9794
install-rust:
9895
steps:

0 commit comments

Comments
 (0)