mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
Fixup CI
This commit is contained in:
parent
6cd211f647
commit
4af5fef1d9
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ local function run_install(cache_folder, install_folder, lang, repo, with_sync,
|
|||
end
|
||||
local parser_lib_name = install_folder..path_sep..lang..".so"
|
||||
|
||||
if repo.requires_generate_from_grammar ~= 1 and vim.env.CI then
|
||||
if repo.requires_generate_from_grammar and vim.env.CI then
|
||||
print("Skipping language "..lang.." on CI (requires npm)!")
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue