Add treesitter CLI in CI with Windows and mac

This commit is contained in:
Kiyoon Kim 2023-02-14 17:16:33 +00:00 committed by Stephan Seitz
parent 73559e3793
commit b44871afb5
3 changed files with 9 additions and 7 deletions

View file

@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
cc: [ gcc ]
cc: [gcc]
name: Run tests
runs-on: ${{ matrix.os }}
@ -30,6 +30,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install tree-sitter CLI
run: npm i -g tree-sitter-cli
- name: Test Dependencies
run: |
mkdir -p ~/.local/share/nvim/site/pack/plenary.nvim/start