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