aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-12-29 21:53:30 +0100
committerStephan Seitz <stephan.seitz@fau.de>2023-01-08 00:33:13 +0100
commit3e316204f8ec8450bbaace69d0bf8fe332633fec (patch)
tree40dc6ed16ad2e5bb1fc0ff79c3761963afb0ab86 /.github
parentinstall: allow pure C parsers to be compiled without `-lstdc++` (diff)
downloadnvim-treesitter-3e316204f8ec8450bbaace69d0bf8fe332633fec.tar
nvim-treesitter-3e316204f8ec8450bbaace69d0bf8fe332633fec.tar.gz
nvim-treesitter-3e316204f8ec8450bbaace69d0bf8fe332633fec.tar.bz2
nvim-treesitter-3e316204f8ec8450bbaace69d0bf8fe332633fec.tar.lz
nvim-treesitter-3e316204f8ec8450bbaace69d0bf8fe332633fec.tar.xz
nvim-treesitter-3e316204f8ec8450bbaace69d0bf8fe332633fec.tar.zst
nvim-treesitter-3e316204f8ec8450bbaace69d0bf8fe332633fec.zip
ci: fix file name for cache calculation
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-queries.yml2
1 files changed, 1 insertions, 1 deletions
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"