Fix recursive clone in github actions
This commit is contained in:
parent
9c4dbd51c8
commit
8ff872cf36
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
Loading…
Reference in New Issue
Block a user