We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4391920 commit 248cfb9Copy full SHA for 248cfb9
1 file changed
.github/workflows/cmake-compile-ubuntu.yml
@@ -20,7 +20,11 @@ jobs:
20
runs-on: ubuntu-latest
21
22
steps:
23
- - uses: actions/checkout@v4
+ - name: Checkout repository
24
+ uses: actions/checkout@v4
25
+ with:
26
+ submodules: recursive
27
+
28
29
- name: Configure CMake
30
# 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