Skip to content

Commit ee9cc6f

Browse files
committed
ci: fix cache
1 parent 2682d1f commit ee9cc6f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@ jobs:
4747
ref: main
4848
path: ${{ env.NVIM_TS_DIR }}
4949

50-
# FIXME: cache not functioning because of wrong key.
5150
- name: Setup Parsers Cache
5251
id: parsers-cache
5352
uses: actions/cache@v4
5453
with:
5554
path: ~/.local/share/nvim/site/parser/
56-
key: parsers-${{ hashFiles('parsers.lua') }}
55+
key: parsers-${{ hashFiles('.test-deps/nvim-treesitter/lua/nvim-treesitter/parsers.lua') }}
5756

5857
- name: Compile parsers
5958
if: steps.parsers-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)