Skip to content

Commit 94972fb

Browse files
committed
Don't cache submodule
1 parent 15edc37 commit 94972fb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
- name: Cache
4141
uses: actions/cache@v2
4242
with:
43-
path: |
44-
node-modules
45-
vendor/typescript
43+
path: node-modules
4644
key: ${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}-${{ matrix.typescript }}
4745
restore-keys: |
4846
${{ runner.os }}-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}-${{ matrix.typescript }}

0 commit comments

Comments
 (0)