Skip to content

Commit f931d4a

Browse files
committed
ci: Add missing submodules: true to the actions/checkout step
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent c60f5b2 commit f931d4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ jobs:
117117
steps:
118118
- name: Fetch sources
119119
uses: actions/checkout@v4
120+
with:
121+
submodules: true
120122

121123
- name: Set up QEMU
122124
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)