mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-22 04:40:01 +00:00
ci: always save Github Actions cache after V8 upgrade (#443)
This commit is contained in:
parent
ac9bb44e33
commit
c1804c2e50
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user