From 452a0840120a97a2246117cdc6cecd45e1d3e48d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bertrand?= Date: Tue, 2 Sep 2025 06:17:48 +0200 Subject: [PATCH 1/2] Fix github git issue --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c10554c..6cf01b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,9 +17,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Fetch all history for all tags and branches - run: git fetch --prune --unshallow - - name: Cache nuget packages uses: actions/cache@v4 with: From ab2b5c3ed9e7a961eb4cb5387680143c95e02515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bertrand?= Date: Tue, 2 Sep 2025 06:20:11 +0200 Subject: [PATCH 2/2] add options for git version --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cf01b3..846bcec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Cache nuget packages uses: actions/cache@v4