mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-01-22 06:09:47 -05:00
ci: always save Github Actions cache after V8 upgrade (#443)
This commit is contained in:
parent
ac9bb44e33
commit
c1804c2e50
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -112,8 +112,11 @@ jobs:
|
||||||
target/*/.*
|
target/*/.*
|
||||||
target/*/build
|
target/*/build
|
||||||
target/*/deps
|
target/*/deps
|
||||||
key: ${{ matrix.config.target }}-${{ matrix.config.variant }}-${{ hashFiles('Cargo.lock') }}
|
key:
|
||||||
restore-keys: ${{ matrix.config.target }}-${{ matrix.config.variant }}-
|
${{ 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
|
- name: Install and start sccache
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue