actions: fix cache-guix job

This commit is contained in:
tobtoht 2023-05-31 02:37:06 +02:00
parent f6b6befbc4
commit b01fb2e3e4
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -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: