Skip to content

Commit 44b2499

Browse files
Properly setup submodules
1 parent 45a811a commit 44b2499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install Dependencies
3030
run: npm install
3131

32+
- name: Setup Submodules
33+
run: git submodule init
34+
3235
- name: Install Submodules
3336
run: git submodule update
3437

0 commit comments

Comments
 (0)