.github: don't shallow-clone main project

The test report needs to lookup the last tag.

Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
Richard Alpe
2025-02-04 09:40:11 +01:00
parent 84521ea9b5
commit f389a1f087
+1
View File
@@ -35,6 +35,7 @@ jobs:
- uses: actions/checkout@v4
with:
clean: true
fetch-depth: 0
submodules: recursive
- name: Set Build Variables