Skip to content

Commit 443d769

Browse files
authored
recursive checkout
1 parent 17ef18c commit 443d769

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
needs: activate
2121
steps:
2222
- uses: actions/checkout@v2
23+
with:
24+
submodules: recursive
2325

2426
- name: Install dependencies
2527
run: |

0 commit comments

Comments
 (0)