We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f11d0 commit 2f03d9bCopy full SHA for 2f03d9b
.github/workflows/cmake.yml
@@ -20,6 +20,8 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v2
23
+ with:
24
+ submodules: recursive
25
26
- name: Configure CMake
27
# 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