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

This commit is contained in:
Jon Seager 2025-01-14 17:36:37 +02:00
parent cef91d2917
commit 1807486f8a
No known key found for this signature in database

View file

@ -153,6 +153,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.6