Skip to content

Commit 7aa92ae

Browse files
committed
Fix CI
1 parent 8f2d80f commit 7aa92ae

1 file changed

Lines changed: 1 addition & 1 deletion

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 "TSInstall cpp" -c "q"
59+
run: nvim --headless -c "lua require'nvim-treesitter'.install({'cpp'}):wait(5000)" -c "q"
6060

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

0 commit comments

Comments
 (0)