;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
|
- name: Check out
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
# have to fetch everything for git describe for --version
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Update cabal
|
- name: Update cabal
|
||||||
run: cabal update
|
run: cabal update
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user