From aa8f415b98b1c6b8958e458482efad7f411fc76a Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Wed, 26 Mar 2025 23:24:01 +0000 Subject: [PATCH] ci: set fetch-depth to 0 for submodule checkout Signed-off-by: EnderIce2 --- .github/workflows/makefile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 6a954efd..f5f6c44f 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -121,6 +121,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 - name: Cache cross Folder id: cache-cross