build-deb.yml: Fetch whole history

Otherwise, git-describe(1) would fail and it would not be possible to
tag the artifacts accordingly.
This commit is contained in:
Xavier Del Campo Romero 2025-01-12 21:42:16 +01:00
parent bb6f43d124
commit fa12517208
Signed by: xavi
GPG key ID: 84FF3612A9BF43F2

View file

@ -9,7 +9,6 @@ jobs:
run: |
git clone -q \
-b ${{ env.GITHUB_HEAD_REF }} \
--depth 1 \
${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}.git \
/src
- name: Configure project