From 3e316204f8ec8450bbaace69d0bf8fe332633fec Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Thu, 29 Dec 2022 21:53:30 +0100 Subject: ci: fix file name for cache calculation --- .github/workflows/test-queries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index a39190104..8545965b1 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -73,7 +73,7 @@ jobs: path: | ./parser/ ~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/ - key: ${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.nvim_tag }}-parsers-v1-${{ hashFiles('./lockfile.json', './lua/nvim-treesitter/parsers.lua', './lua/nvim-treesitter/install.lua', './lua/nvim-treesitter/shell_selectors.lua') }} + key: ${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.nvim_tag }}-parsers-v1-${{ hashFiles('./lockfile.json', './lua/nvim-treesitter/parsers.lua', './lua/nvim-treesitter/install.lua', './lua/nvim-treesitter/shell_command_selectors.lua') }} - name: Compile parsers run: $NVIM --headless -c "lua require'nvim-treesitter.install'.prefer_git=false" -c "TSInstallSync all" -c "q" -- cgit v1.2.3-70-g09d2