use recursive checkout for github actions

This commit is contained in:
Lion Kortlepel
2021-03-08 23:49:25 +01:00
committed by Anonymous275
parent 40cae31885
commit 356354d1eb
2 changed files with 10 additions and 6 deletions

View File

@@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Install Dependencies
run: |