Skip to content

Commit adddf8d

Browse files
committed
mbedtls now has submodules
Update github workflow to add "--recursive" to "git submodule update --init"
1 parent 808236f commit adddf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Checkout submodules
29-
run: git submodule update --init
29+
run: git submodule update --init --recursive
3030

3131
- name: Create Build Environment
3232
# Some projects don't allow in-source building, so create a separate build directory

0 commit comments

Comments
 (0)