Boring attempt to fix a cache

This commit is contained in:
Aleksandr Mikhailov 2024-08-10 22:10:13 +03:00 committed by GitHub
parent 60e24dd264
commit 863bf9475f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Guix cache - name: Guix cache
uses: actions/cache@v3 uses: actions/cache/restore@v3
with: with:
path: ~/.cache/guix path: ~/.cache/guix
# use a key that (almost) never matches # use a key that (almost) never matches