0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-07-03 19:22:16 +02:00

non-shallow clone for snapcraft

Signed-off-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
techknowlogick 2026-06-30 18:35:29 +02:00 committed by GitHub
parent e1cdb71845
commit e449018730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
fetch-depth: 0
- name: Install snapcraft
run: sudo snap install snapcraft --classic