From d6e75dc71e6ba46add47187228be92c538751444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Thu, 6 Oct 2022 10:32:35 -0400 Subject: [PATCH] Update BuildTest.yml [skip actions] --- .github/workflows/BuildTest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index 2666be66..26213ce6 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 15 + fetch-depth: 0 submodules: true - name: Generate common build number id: buildnumber @@ -53,7 +53,7 @@ jobs: echo "Release Flag=${{needs.bootstrap.outputs.release_flag}}" - uses: actions/checkout@v2 with: - fetch-depth: 15 + fetch-depth: 0 submodules: true - name: Pull latest run: | @@ -119,7 +119,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 15 + fetch-depth: 0 submodules: true - name: Show Build Flags run: | @@ -247,7 +247,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 15 + fetch-depth: 0 submodules: true - uses: actions/download-artifact@master name: Restore last build