1 parent 8f2d80f commit 7aa92aeCopy full SHA for 7aa92ae
1 file changed
.github/workflows/unit_tests.yml
@@ -56,7 +56,7 @@ jobs:
56
sudo cp ./nvim.appimage /usr/bin/nvim
57
sudo chmod uog+rwx /usr/bin/nvim
58
- name: Install treesitter parsers
59
- run: nvim --headless -c "TSInstall cpp" -c "q"
+ run: nvim --headless -c "lua require'nvim-treesitter'.install({'cpp'}):wait(5000)" -c "q"
60
61
- name: Run Test
62
run: ./scripts/run_tests.sh
0 commit comments