From ab88ec5cd51b0e3a695957fe2881200e48eb3079 Mon Sep 17 00:00:00 2001 From: Daniel Cassidy Date: Wed, 11 Sep 2024 05:23:31 +0100 Subject: [PATCH] ci: re-enable restoring inexact yarn cache --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87b0e7b..8221fc6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: path: ~/.yarn/berry/cache key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}} - # restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn- + restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn- - name: Set up Node.js v${{matrix.node-version}} uses: actions/setup-node@v4 with: