From 372076a4effdd298ee82bd6700e772b40cd1a7e1 Mon Sep 17 00:00:00 2001 From: Tixx <83774803+WiserTixx@users.noreply.github.com> Date: Sat, 29 Nov 2025 23:30:39 +0100 Subject: [PATCH] Set fetch-depth to 0 --- .github/workflows/linux.yml | 2 ++ .github/workflows/release.yml | 3 +++ .github/workflows/windows.yml | 1 + 3 files changed, 6 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b97d5c0..8d16b12 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -48,6 +48,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' + fetch-depth: 0 - name: Git config safe directory shell: bash @@ -119,6 +120,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' + fetch-depth: 0 - name: Git config safe directory shell: bash diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f3833e..71454a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' + fetch-depth: 0 - name: Git config safe directory shell: bash @@ -141,6 +142,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' + fetch-depth: 0 - name: Git config safe directory shell: bash @@ -194,6 +196,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' + fetch-depth: 0 - name: Create Build Environment shell: bash diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 343aed3..cdadc87 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -26,6 +26,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' + fetch-depth: 0 - name: Setup vcpkg uses: lukka/run-vcpkg@v11