From ac9d7d664c8919956d3bde2cd02eb4bdbbd0fdf1 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Fri, 23 Jan 2026 23:50:43 +0100 Subject: [PATCH] full repo checkout --- .gitea/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8fd248c..b3ade95 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 with: + fetch-depth: 0 # fetch full history submodules: recursive - name: Show ccache stats before