Skip to content

Commit b44ed2b

Browse files
committed
let's see if commenting out actions/cache works
1 parent 90ef977 commit b44ed2b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/builds.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
cache: 'pnpm'
4949
cache-dependency-path: './pnpm-lock.yaml'
5050

51-
- name: Cache node_modules
52-
uses: actions/cache@v4
53-
with:
54-
path: node_modules/
55-
key: neuropilot-build-${{ github.repository }}
51+
#- name: Cache node_modules
52+
# uses: actions/cache@v4
53+
# with:
54+
# path: node_modules/
55+
# key: neuropilot-build-${{ github.repository }}
5656

5757
- name: Install dependencies
5858
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)