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 ee466b4 commit 8d207e5Copy full SHA for 8d207e5
.github/workflows/cmake-single-platform.yml
@@ -21,6 +21,8 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v4
24
+ with:
25
+ submodules: recursive
26
27
- name: Configure CMake
28
# 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