From 6c852a825296f25662040e7c921ba8cf43bd7415 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 2 Dec 2021 00:39:11 -1000 Subject: [PATCH] ;ci: linux-static-x64: do a full clone to fix --version output --- .github/workflows/linux-static-x64.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linux-static-x64.yml b/.github/workflows/linux-static-x64.yml index c59484134..b78e0b852 100644 --- a/.github/workflows/linux-static-x64.yml +++ b/.github/workflows/linux-static-x64.yml @@ -26,6 +26,9 @@ jobs: - name: Check out uses: actions/checkout@v2 + # have to fetch everything for git describe for --version + with: + fetch-depth: 0 - name: Update cabal run: cabal update