From b01fb2e3e4435f34807ee236965731f761e476ed Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 31 May 2023 02:37:06 +0200 Subject: [PATCH] actions: fix cache-guix job --- .github/workflows/guix.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index d5ed79ac..b9b68dc4 100644 --- a/.github/workflows/guix.yml +++ b/.github/workflows/guix.yml @@ -29,6 +29,9 @@ jobs: runs-on: ubuntu-latest needs: [cache-sources] steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: guix cache uses: actions/cache@v3 with: -- 2.52.0