feat: enable recursive submodule fetching in CI workflows

This commit is contained in:
HueByte
2026-02-21 17:09:04 +01:00
parent 56a962c1af
commit 0c7c620f24
4 changed files with 7 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Check for src/ changes
id: changes