0
0
Fork 0
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:
Bert Belder 2020-04-15 20:37:53 +02:00
parent d1ac68f0c8
commit 79d0bca2c7
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

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