From 2ae59318ee708306d852ffd8aae5b1ab62cb3455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 9 Oct 2020 13:00:39 +0200 Subject: [PATCH] build: invalidate GHA cache (#7894) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2655f364f0..400b5c5904 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,9 +114,9 @@ jobs: target/*/.* target/*/build target/*/deps - key: ${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} + key: deno-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }} restore-keys: | - ${{ matrix.os }}-${{ matrix.kind }}- + deno-${{ matrix.os }}-${{ matrix.kind }}- - name: lint.py if: matrix.kind == 'lint'