mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;ci: linux-static-x64: do a full clone to fix --version output
This commit is contained in:
parent
b6c4c227d3
commit
6c852a8252
3
.github/workflows/linux-static-x64.yml
vendored
3
.github/workflows/linux-static-x64.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user