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:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install system dependencies
|
||||
if: runner.os == 'Linux'
|
||||
|
Loading…
Reference in New Issue
Block a user