;ci: linux-static-x64: do a full clone to fix --version output

This commit is contained in:
Simon Michael 2021-12-02 00:39:11 -10:00
parent b6c4c227d3
commit 6c852a8252

View File

@ -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