diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-01-21 19:14:40 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-21 22:06:17 +0100 |
| commit | 2fa395f01dcba9229d81e57d5993e9a041a216dc (patch) | |
| tree | 0e472be6b258ef556cb0adef709f11348bca1e78 /.github | |
| parent | ci: use stable tag for latest nvim release (diff) | |
| download | nvim-treesitter-2fa395f01dcba9229d81e57d5993e9a041a216dc.tar nvim-treesitter-2fa395f01dcba9229d81e57d5993e9a041a216dc.tar.gz nvim-treesitter-2fa395f01dcba9229d81e57d5993e9a041a216dc.tar.bz2 nvim-treesitter-2fa395f01dcba9229d81e57d5993e9a041a216dc.tar.lz nvim-treesitter-2fa395f01dcba9229d81e57d5993e9a041a216dc.tar.xz nvim-treesitter-2fa395f01dcba9229d81e57d5993e9a041a216dc.tar.zst nvim-treesitter-2fa395f01dcba9229d81e57d5993e9a041a216dc.zip | |
ci: use stable tag for latest nvim release
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-query-files-and-compilation.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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: | |
