We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bee3dc commit 78882fbCopy full SHA for 78882fb
.github/workflows/cmake.yml
@@ -19,6 +19,8 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v2
22
+ with:
23
+ submodules: recursive
24
25
- name: Configure CMake
26
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments