Skip to content

Commit 03d9a0c

Browse files
committed
Fix submodule checkout syntax
1 parent 9417660 commit 03d9a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout build repository
1414
uses: actions/checkout@v4
15-
submodules: true
1615
with:
16+
submodules: true
1717
fetch-depth: 0
1818
- name: Get version
1919
id: version
@@ -189,8 +189,8 @@ jobs:
189189
steps:
190190
- name: Checkout build repository
191191
uses: actions/checkout@v4
192-
submodules: true
193192
with:
193+
submodules: true
194194
fetch-depth: 0
195195
- name: Checkout submodules
196196
working-directory: ./connectedhomeip/

0 commit comments

Comments
 (0)