From c1804c2e507866c5d62441aaed0028e4926b1125 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 27 Aug 2020 16:37:50 +0200 Subject: [PATCH] ci: always save Github Actions cache after V8 upgrade (#443) --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 934b4814..27f599fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,8 +112,11 @@ jobs: target/*/.* target/*/build target/*/deps - key: ${{ matrix.config.target }}-${{ matrix.config.variant }}-${{ hashFiles('Cargo.lock') }} - restore-keys: ${{ matrix.config.target }}-${{ matrix.config.variant }}- + key: + ${{ matrix.config.target }}-${{ matrix.config.variant }}-${{ + hashFiles('./Cargo.lock', './v8/include/v8-version.h') }} + restore-keys: + ${{ matrix.config.target }}-${{ matrix.config.variant }}- - name: Install and start sccache shell: pwsh