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 2682d1f commit ee9cc6fCopy full SHA for ee9cc6f
.github/workflows/test.yml
@@ -47,13 +47,12 @@ jobs:
47
ref: main
48
path: ${{ env.NVIM_TS_DIR }}
49
50
- # FIXME: cache not functioning because of wrong key.
51
- name: Setup Parsers Cache
52
id: parsers-cache
53
uses: actions/cache@v4
54
with:
55
path: ~/.local/share/nvim/site/parser/
56
- key: parsers-${{ hashFiles('parsers.lua') }}
+ key: parsers-${{ hashFiles('.test-deps/nvim-treesitter/lua/nvim-treesitter/parsers.lua') }}
57
58
- name: Compile parsers
59
if: steps.parsers-cache.outputs.cache-hit != 'true'
0 commit comments