From 2fa395f01dcba9229d81e57d5993e9a041a216dc Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 21 Jan 2022 19:14:40 +0100 Subject: ci: use stable tag for latest nvim release --- .github/workflows/check-query-files-and-compilation.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml index 4880daceb..003bf5c10 100644 --- a/.github/workflows/check-query-files-and-compilation.yml +++ b/.github/workflows/check-query-files-and-compilation.yml @@ -56,6 +56,13 @@ jobs: run: | bash ./scripts/ci-install-${{ matrix.os }}.sh + - name: Setup Parsers Cache + id: parsers-cache + uses: actions/cache@v2 + with: + path: ./parser/ + key: ${{ matrix.os }}-parsers-v1-${{ hashFiles('./lockfile.json', './lua/nvim-treesitter/parsers.lua', './lua/nvim-treesitter/install.lua') }} + - name: Compile parsers Unix like if: matrix.os != 'windows-2022' run: | -- cgit v1.2.3-70-g09d2