From c1b60959ae00684dc33cae9d4ee790af2aecdd16 Mon Sep 17 00:00:00 2001 From: githubuser0xFFFF Date: Thu, 8 May 2025 21:59:12 +0200 Subject: [PATCH] Update linux-builds.yml --- .github/workflows/linux-builds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux-builds.yml b/.github/workflows/linux-builds.yml index 1be3c34..70d8c23 100644 --- a/.github/workflows/linux-builds.yml +++ b/.github/workflows/linux-builds.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout source uses: actions/checkout@v4 + with: + fetch-depth: 0 # Fetch full history and tags - name: Install dependencies run: |