From 1807486f8a26e3f9ce8287669f259f906c5b1f9f Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Tue, 14 Jan 2025 17:36:37 +0200 Subject: [PATCH] ci(snap): don't use a shallow clone when checking out the repo for snap build --- .github/workflows/draft.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 9bd408a9..6f86103c 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -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