ci: set fetch-depth to 0 for submodule checkout

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-03-26 23:24:01 +00:00
parent ec792f1fe2
commit aa8f415b98
Signed by: enderice2
GPG Key ID: FEB6B8A8507BA62E

View File

@ -121,6 +121,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Cache cross Folder
id: cache-cross