fix recursive

This commit is contained in:
Nick Sweeting
2020-11-28 05:48:45 -05:00
parent 8074a04a41
commit 0a0bf18962
6 changed files with 7 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
recursive: true
submodules: true
fetch-depth: 1
### Setup Python & JS Languages