From 863bf9475f78d2227f4cb026a39ee3833feaf6ca Mon Sep 17 00:00:00 2001 From: Aleksandr Mikhailov Date: Sat, 10 Aug 2024 22:10:13 +0300 Subject: [PATCH] Boring attempt to fix a cache --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 164201e..4b2cc36 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - name: Guix cache - uses: actions/cache@v3 + uses: actions/cache/restore@v3 with: path: ~/.cache/guix # use a key that (almost) never matches