Skip to content

Commit ef5e988

Browse files
committed
add submodules recursive to action/checkout
1 parent 1000d1c commit ef5e988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646

4747
steps:
4848
- uses: actions/checkout@v4
49+
with:
50+
submodules: recursive
4951

5052
- name: Set reusable strings
5153
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.

0 commit comments

Comments
 (0)