Skip to content

Commit 3a225be

Browse files
committed
ci: always save Github Actions cache after V8 upgrade (#443)
1 parent fbca767 commit 3a225be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,11 @@ jobs:
112112
target/*/.*
113113
target/*/build
114114
target/*/deps
115-
key: ${{ matrix.config.target }}-${{ matrix.config.variant }}-${{ hashFiles('Cargo.lock') }}
116-
restore-keys: ${{ matrix.config.target }}-${{ matrix.config.variant }}-
115+
key:
116+
${{ matrix.config.target }}-${{ matrix.config.variant }}-${{
117+
hashFiles('./Cargo.lock', './v8/include/v8-version.h') }}
118+
restore-keys:
119+
${{ matrix.config.target }}-${{ matrix.config.variant }}-
117120

118121
- name: Install and start sccache
119122
shell: pwsh

0 commit comments

Comments
 (0)