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