Boring attempt to fix a cache
parent
60e24dd264
commit
863bf9475f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue