ci(snap): don't use a shallow clone when checking out the repo for snap build (#2203)

This commit is contained in:
Jon Seager 2025-01-14 17:41:25 +02:00 committed by GitHub
parent 3739713619
commit bc764f1fe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,6 +153,8 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: canonical/setup-lxd@v0.1.2