diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 122a2926d..5ed31a711 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v1 with: - fetch-depth: 1 + fetch-depth: 10 - name: Dependencies (Linux) if: runner.os == 'Linux' @@ -106,7 +106,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v1 with: - fetch-depth: 1 + fetch-depth: 10 - uses: seanmiddleditch/gha-setup-ninja@master # https://github.com/actions/cache/issues/101 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 17a46aa9e..db1f4b6a9 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -79,7 +79,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v1 with: - fetch-depth: 1 + fetch-depth: 10 - name: Dependencies (Linux) if: runner.os == 'Linux' @@ -163,7 +163,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v1 with: - fetch-depth: 1 + fetch-depth: 10 - uses: seanmiddleditch/gha-setup-ninja@master # We run configure + build in the same step, since they both need to call VsDevCmd