From fc45e587c017aba1336b421a7f2e96a756561dc0 Mon Sep 17 00:00:00 2001 From: ay-ex <127405908+ay-ex@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:37:04 +0000 Subject: [PATCH] fix git clone depth --- .github/workflows/ci-blenderbim-choco.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-blenderbim-choco.yml b/.github/workflows/ci-blenderbim-choco.yml index b2f806494a..2f9f594e13 100644 --- a/.github/workflows/ci-blenderbim-choco.yml +++ b/.github/workflows/ci-blenderbim-choco.yml @@ -43,6 +43,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-tags: true + fetch-depth: 0 - uses: actions/setup-python@v5 # https://github.com/actions/setup-python with: python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax