We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbca767 commit 3a225beCopy full SHA for 3a225be
.github/workflows/ci.yml
@@ -112,8 +112,11 @@ jobs:
112
target/*/.*
113
target/*/build
114
target/*/deps
115
- key: ${{ matrix.config.target }}-${{ matrix.config.variant }}-${{ hashFiles('Cargo.lock') }}
116
- restore-keys: ${{ matrix.config.target }}-${{ matrix.config.variant }}-
+ key:
+ ${{ 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 }}-
120
121
- name: Install and start sccache
122
shell: pwsh
0 commit comments