ci/cd: Added checkout of submodules

Signed-off-by: Max Logaev <maxlogaev@proton.me>
This commit is contained in:
2026-01-28 14:21:53 +03:00
parent e9b6cf3fc9
commit 7f8e028ffd

View File

@@ -29,6 +29,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
submodules: true
fetch-depth: 0 fetch-depth: 0
- name: Get describe - name: Get describe