Fetch full Git history in CI C++ build

So that "git describe" can find the last tag.
This commit is contained in:
Oliver Hamlet
2025-06-08 20:26:08 +01:00
parent 649b4748bd
commit 02c853e050
+2
View File
@@ -115,6 +115,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with: