From 9789a9440d845259a83404a7735ece33c0323a5a Mon Sep 17 00:00:00 2001 From: Paul Baudron Date: Fri, 3 Mar 2023 10:55:07 +0100 Subject: [PATCH] Set fetch depth to 0 in GitHub CI --- .github/workflows/actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a26acd5f6..bab47b4ef 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -25,6 +25,8 @@ jobs: steps: - name: Checkout the repo uses: actions/checkout@v3.3.0 + with: + fetch-depth: 0 - name: Build Sharpmake ${{ matrix.configuration }} ${{ matrix.os }} shell: pwsh