added support to submodule on checkout action

This commit is contained in:
2026-09-18 15:09:44 +02:00
parent d5b9a534a5
commit 8c9c6cdee5
7 changed files with 13 additions and 0 deletions
@@ -48,6 +48,7 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: recursive
- name: Checkout CI config
run: |