Skip to content

Commit 8a4689b

Browse files
committed
ci: ensure submodules are checked out during CI workflow
Signed-off-by: Aymane Bahssain <aymane.bahssain@st.com>
1 parent b8bc9be commit 8a4689b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Continuous-Integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
# First of all, clone the repo using the checkout action.
2323
- name: Checkout
2424
uses: actions/checkout@main
25+
with:
26+
submodules: true
2527

2628
- name: Compilation
2729
id: Compile

0 commit comments

Comments
 (0)