build: failing "with-external-deps" CI job

Problem:
Since 20edb8fa9a, generating helptags requires the
`tree-sitter-vimdoc` parser, but the external_deps CI job builds with
USE_BUNDLED_TS_PARSERS disabled.

Solution:
Set USE_BUNDLED_TS_PARSERS.
This commit is contained in:
Justin M. Keyes
2026-08-24 22:45:49 +02:00
parent fb5d466a35
commit 8afc1bca27

View File

@@ -17,6 +17,7 @@
"cacheVariables": {
"USE_BUNDLED":"OFF",
"USE_BUNDLED_TS":"ON",
"USE_BUNDLED_TS_PARSERS":"ON",
"USE_BUNDLED_UTF8PROC":"ON",
"ENABLE_WASMTIME":"OFF"
},