mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
fix(ci): include wasi-sdk and binaryen version files in fixture cache
hash
This commit is contained in:
parent
83d61ea20e
commit
86d99e4f8e
2
.github/actions/cache/action.yml
vendored
2
.github/actions/cache/action.yml
vendored
|
|
@ -22,5 +22,7 @@ runs:
|
|||
'lib/src/array.h',
|
||||
'lib/src/alloc.h',
|
||||
'lib/src/wasm/wasm-stdlib.h',
|
||||
'crates/loader/wasi-sdk-version',
|
||||
'crates/loader/binaryen-version',
|
||||
'test/fixtures/grammars/*/**/src/*.c',
|
||||
'.github/actions/cache/action.yml') }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue