From: tobtoht Date: Wed, 31 May 2023 00:37:06 +0000 (+0200) Subject: actions: fix cache-guix job X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=b01fb2e3e4435f34807ee236965731f761e476ed;p=gamesguru%2Ffeather.git actions: fix cache-guix job --- 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: