From 3cda9b2dc4e3e716c523df503a40e853b850bbae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= Date: Sun, 19 May 2024 18:59:59 -0600 Subject: [PATCH] checkoutv4 with git tag and history depth --- .github/workflows/ctest.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 06d11abe..38e20dc7 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -29,8 +29,11 @@ jobs: - windows-latest runs-on: ${{ matrix.os }} steps: + # checkout full depth of history. - uses: actions/checkout@v4 - + with: + fetch-depth: 0 + - name: Run Linux Build if: matrix.os == 'ubuntu-latest' run: echo "Ubuntu Latest" > release_ubuntu