From bbc1840ed4a7d13edb198c456c37ffa2ef8c762c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Wed, 14 Feb 2024 20:42:21 +0100 Subject: [PATCH] Use `name` in prebuild cache key as well --- .github/workflows/prebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index b912059..8e5cf14 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/cache@v4 with: path: corestore - key: corestore + key: corestore-${{ matrix.name }} - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }}