Skip to content

Commit e204968

Browse files
authored
Update c-cpp-cmake.yml
Added submodules commit
1 parent b43a87d commit e204968

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/c-cpp-cmake.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16+
with:
17+
submodules: 'true'
1618
- name: build.sh
17-
run: ./build.sh
19+
run: ./build.sh

0 commit comments

Comments
 (0)