Skip to content

Commit 7a6cd3e

Browse files
authored
Update vite.yml
1 parent f9115f9 commit 7a6cd3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/vite.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19+
with:
20+
submodules: true
1921

2022
- name: Use Node.js ${{ matrix.node-version }}
2123
uses: actions/setup-node@v3
2224
with:
23-
submodules: true
2425
node-version: ${{ matrix.node-version }}
2526

2627
- name: Build

0 commit comments

Comments
 (0)