Skip to content

Commit afd40d2

Browse files
authored
Merge pull request #11 from hananiahhsu/Development_Hananiah
#9】fix the issue:Failure of ci build #9 #81
2 parents 95e1495 + ff13d19 commit afd40d2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
submodules: recursive
19-
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+
2026
- name: Configure with CMake (headless)
2127
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DSD_BUILD_DESIGNER=OFF -DSD_BUILD_DEMOS=OFF
2228

0 commit comments

Comments
 (0)