Skip to content

Commit 8f2d80f

Browse files
committed
Fix CI
1 parent 1ba5b92 commit 8f2d80f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
sudo cp ./nvim.appimage /usr/bin/nvim
5757
sudo chmod uog+rwx /usr/bin/nvim
5858
- name: Install treesitter parsers
59-
run: nvim --headless -c "TSInstallSync cpp" -c "q"
59+
run: nvim --headless -c "TSInstall cpp" -c "q"
6060

6161
- name: Run Test
6262
run: ./scripts/run_tests.sh

scripts/minimal_setup.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ vim.o.filetype = 'cpp'
99

1010
require("nvim-treesitter").setup {
1111
}
12-
require'nvim-treesitter'.install { 'cpp'}

0 commit comments

Comments
 (0)