summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-21 20:40:25 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-21 22:06:17 +0100
commit5f30cec075d0de758c4aecc0a1e155fe4d66118f (patch)
treec1741970a38d1275452246833aa15cbccd669ecb /.github/workflows/tests.yml
parentci: fix cache path on Windows (diff)
downloadnvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.gz
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.bz2
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.lz
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.xz
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.tar.zst
nvim-treesitter-5f30cec075d0de758c4aecc0a1e155fe4d66118f.zip
ci: stop uploading artifacts (binary release archives soonish?)
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 03644bc24..13acf8240 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -58,7 +58,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 }}-parsers-v1-${{ hashFiles('./lockfile.json', './lua/nvim-treesitter/parsers.lua', './lua/nvim-treesitter/install.lua', './lua/nvim-treesitter/shell_selectors.lua') }}
- name: ccache
if: matrix.os != 'windows-2022'