Skip to content

Commit 8085c58

Browse files
Proper submodule setup
1 parent 294338f commit 8085c58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install Dependencies
2222
run: npm install
2323

24+
- name: Setup Submodules
25+
run: git submodule init
26+
2427
- name: Install Submodules
2528
run: git submodule update
2629

0 commit comments

Comments
 (0)