From f389a1f0875a8db4ce1c40fb89aacf748b1453c8 Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Tue, 28 Jan 2025 14:54:57 +0100 Subject: [PATCH] .github: don't shallow-clone main project The test report needs to lookup the last tag. Signed-off-by: Richard Alpe --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27595a68..d14cff09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,7 @@ jobs: - uses: actions/checkout@v4 with: clean: true + fetch-depth: 0 submodules: recursive - name: Set Build Variables