|
35 | 35 | uses: actions/setup-node@v5 |
36 | 36 | with: |
37 | 37 | node-version: 22 |
38 | | - cache: 'pnpm' |
39 | 38 |
|
40 | 39 | - name: Install |
41 | 40 | uses: dtolnay/rust-toolchain@stable |
@@ -108,14 +107,6 @@ jobs: |
108 | 107 | uses: actions/setup-node@v5 |
109 | 108 | with: |
110 | 109 | node-version: 22 |
111 | | - cache: pnpm |
112 | | - cache-dependency-path: pnpm-lock.yaml |
113 | | - - name: Clear pnpm cache (if needed) |
114 | | - run: | |
115 | | - # Clear pnpm cache if it's corrupted or causing issues |
116 | | - pnpm store prune || true |
117 | | - pnpm config set store-dir ~/.pnpm-store |
118 | | - continue-on-error: true |
119 | 110 |
|
120 | 111 | - name: Verify ARM64 Environment (Windows ARM64) |
121 | 112 | if: ${{ contains(matrix.settings.host, 'windows-arm64') }} |
@@ -296,7 +287,6 @@ jobs: |
296 | 287 | if: matrix.settings.target == 'i686-pc-windows-msvc' |
297 | 288 | with: |
298 | 289 | node-version: 22 |
299 | | - cache: pnpm |
300 | 290 | architecture: x86 |
301 | 291 | - name: Verify Rust Installation (Windows) |
302 | 292 | if: ${{ contains(matrix.settings.host, 'windows') }} |
@@ -432,7 +422,6 @@ jobs: |
432 | 422 | uses: actions/setup-node@v5 |
433 | 423 | with: |
434 | 424 | node-version: ${{ matrix.node }} |
435 | | - cache: pnpm |
436 | 425 | architecture: ${{ matrix.settings.architecture }} |
437 | 426 | - name: Install dependencies |
438 | 427 | run: pnpm install |
@@ -471,7 +460,6 @@ jobs: |
471 | 460 | uses: actions/setup-node@v5 |
472 | 461 | with: |
473 | 462 | node-version: ${{ matrix.node }} |
474 | | - cache: pnpm |
475 | 463 | - name: Output docker params |
476 | 464 | id: docker |
477 | 465 | run: | |
@@ -529,7 +517,6 @@ jobs: |
529 | 517 | # uses: actions/setup-node@v5 |
530 | 518 | # with: |
531 | 519 | # node-version: 22 |
532 | | - # cache: pnpm |
533 | 520 | # - name: Install dependencies |
534 | 521 | # run: pnpm install |
535 | 522 | # - name: Download artifacts |
@@ -561,7 +548,6 @@ jobs: |
561 | 548 | uses: actions/setup-node@v5 |
562 | 549 | with: |
563 | 550 | node-version: 22 |
564 | | - cache: pnpm |
565 | 551 | - name: Install dependencies |
566 | 552 | run: pnpm install |
567 | 553 | - name: Download all artifacts |
|
0 commit comments