Skip to content

Commit 5c33239

Browse files
committed
build: use correct cache
1 parent 46df388 commit 5c33239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Cache NX
2727
uses: actions/cache@v4
2828
with:
29-
path: .nx/cache
29+
path: node_modules/.cache/nx/
3030
key: nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-${{ github.sha }}
3131
restore-keys: |
3232
nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-
@@ -79,7 +79,7 @@ jobs:
7979
- name: Cache NX
8080
uses: actions/cache@v4
8181
with:
82-
path: .nx/cache
82+
path: node_modules/.cache/nx/
8383
key: nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-${{ github.sha }}
8484
restore-keys: |
8585
nx-${{ env.NX_BRANCH }}-${{ env.NX_RUN_GROUP }}-

0 commit comments

Comments
 (0)