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

@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
recursive: true
submodules: true
fetch-depth: 1
- name: Set up Python