ci: always save Github Actions cache after V8 upgrade (#443)

This commit is contained in:
Bert Belder 2020-08-27 16:37:50 +02:00
parent ac9bb44e33
commit c1804c2e50
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -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