ci: fix cache paths
This commit is contained in:
parent
317e2e74c2
commit
db0d05fab3
1 changed files with 1 additions and 2 deletions
3
.github/actions/cache/action.yml
vendored
3
.github/actions/cache/action.yml
vendored
|
|
@ -17,10 +17,9 @@ runs:
|
|||
test/fixtures/grammars
|
||||
target/release/tree-sitter-*.wasm
|
||||
key: fixtures-${{ join(matrix.*, '_') }}-${{ hashFiles(
|
||||
'cli/generate/src/**',
|
||||
'crates/generate/src/**',
|
||||
'lib/src/parser.h',
|
||||
'lib/src/array.h',
|
||||
'lib/src/alloc.h',
|
||||
'xtask/src/*',
|
||||
'test/fixtures/grammars/*/**/src/*.c',
|
||||
'.github/actions/cache/action.yml') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue