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
+2 -1
View File
@@ -26,7 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true
fetch-depth: 0
- name: Fix Checkout
run: |