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.
2 parents 95e1495 + ff13d19 commit afd40d2Copy full SHA for afd40d2
1 file changed
.github/workflows/c-cpp.yml
@@ -16,7 +16,13 @@ jobs:
16
uses: actions/checkout@v4
17
with:
18
submodules: recursive
19
-
+
20
+ - name: Ensure submodules are initialized
21
+ run: |
22
+ git submodule sync --recursive
23
+ git submodule update --init --recursive --depth 1
24
+ git submodule status
25
26
- name: Configure with CMake (headless)
27
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DSD_BUILD_DESIGNER=OFF -DSD_BUILD_DEMOS=OFF
28
0 commit comments