mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Add 'restore-keys' to Github Actions config to avoid unnecessary recompilation (#350)
This commit is contained in:
parent
d1ac68f0c8
commit
79d0bca2c7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -114,6 +114,7 @@ jobs:
|
|||
target/*/build
|
||||
target/*/deps
|
||||
key: ${{ matrix.config.target }}-${{ matrix.config.variant }}-${{ hashFiles('Cargo.lock') }}
|
||||
restore-keys: ${{ matrix.config.target }}-${{ matrix.config.variant }}-
|
||||
|
||||
- name: Install and start sccache
|
||||
shell: pwsh
|
||||
|
|
Loading…
Reference in a new issue