|
62 | 62 | uses: actions/cache/save@v4 |
63 | 63 | with: |
64 | 64 | key: lerna-${{ github.sha }} |
65 | | - path: ./.cache |
| 65 | + path: ./.nx |
66 | 66 |
|
67 | 67 | unit: |
68 | 68 | name: "Unit" |
@@ -101,7 +101,7 @@ jobs: |
101 | 101 | uses: actions/cache/restore@v5.0.3 |
102 | 102 | with: |
103 | 103 | key: lerna-${{ github.sha }} |
104 | | - path: ./.cache |
| 104 | + path: ./.nx |
105 | 105 | - uses: dtolnay/rust-toolchain@stable |
106 | 106 | with: |
107 | 107 | components: llvm-tools-preview |
@@ -297,7 +297,7 @@ jobs: |
297 | 297 | uses: actions/cache/restore@v5.0.3 |
298 | 298 | with: |
299 | 299 | key: lerna-${{ github.sha }} |
300 | | - path: ./.cache |
| 300 | + path: ./.nx |
301 | 301 | - name: Install dependencies |
302 | 302 | run: pnpm install |
303 | 303 | - name: Build |
@@ -348,7 +348,7 @@ jobs: |
348 | 348 | uses: actions/cache/restore@v5.0.3 |
349 | 349 | with: |
350 | 350 | key: lerna-${{ github.sha }} |
351 | | - path: ./.cache |
| 351 | + path: ./.nx |
352 | 352 | - name: Install dependencies |
353 | 353 | run: pnpm install |
354 | 354 | - name: Build |
@@ -433,7 +433,7 @@ jobs: |
433 | 433 | uses: actions/cache/restore@v5.0.3 |
434 | 434 | with: |
435 | 435 | key: lerna-${{ github.sha }} |
436 | | - path: ./.cache |
| 436 | + path: ./.nx |
437 | 437 | - name: Install dependencies |
438 | 438 | run: pnpm install |
439 | 439 | - name: Build |
@@ -491,7 +491,7 @@ jobs: |
491 | 491 | uses: actions/cache/restore@v5.0.3 |
492 | 492 | with: |
493 | 493 | key: lerna-${{ github.sha }} |
494 | | - path: ./.cache |
| 494 | + path: ./.nx |
495 | 495 | - name: Install dependencies |
496 | 496 | run: pnpm install |
497 | 497 | - name: Build |
@@ -570,7 +570,7 @@ jobs: |
570 | 570 | uses: actions/cache/restore@v5.0.3 |
571 | 571 | with: |
572 | 572 | key: lerna-${{ github.sha }} |
573 | | - path: ./.cache |
| 573 | + path: ./.nx |
574 | 574 | - name: Install dependencies |
575 | 575 | run: pnpm install |
576 | 576 | - name: Build |
@@ -655,7 +655,7 @@ jobs: |
655 | 655 | uses: actions/cache/restore@v5.0.3 |
656 | 656 | with: |
657 | 657 | key: lerna-${{ github.sha }} |
658 | | - path: ./.cache |
| 658 | + path: ./.nx |
659 | 659 | - name: Install dependencies |
660 | 660 | run: pnpm install |
661 | 661 | - name: Build |
|
0 commit comments