fix(ci): checkout submodules

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto committed 2026-03-28 00:33:31 +01:00
1 parent 6e76052f9d
commit 8da7212763
1 file changed
+1
+1
View File
@@ -31,6 +31,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # needed for enableGitInfo
submodules: true
- name: Setup Go
uses: actions/setup-go@v5