From 02c853e0505f540f288e1240330cbe5046ec44d3 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 8 Jun 2025 17:51:49 +0100 Subject: [PATCH] Fetch full Git history in CI C++ build So that "git describe" can find the last tag. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c4fc345..2f2b098b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,6 +115,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-python@v5 with: