added "submodules: true" to CMake runner

This commit is contained in:
Logan oos Even 2021-12-23 16:19:49 +01:00 committed by GitHub
parent 7f01cfaed0
commit 87f0a7edc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Fix Checkout