From 9525fb62c271a5e3d6af13eae958b49c5d7d20b8 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Wed, 29 Jan 2025 19:39:38 -0500 Subject: [PATCH] Fetch all commits --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f6daf1ac7..e33aa792a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -337,6 +337,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 with: + fetch-depth: 0 fetch-tags: true - name: Setup Cygwin uses: cygwin/cygwin-install-action@v4 @@ -366,6 +367,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 with: + fetch-depth: 0 fetch-tags: true - name: Build & test using CMake on FreeBSD uses: vmactions/freebsd-vm@v1