mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: use stable tag for latest nvim release
This commit is contained in:
parent
16c773c0f8
commit
2fa395f01d
1 changed files with 7 additions and 0 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue