1
0
forked from aniani/vim

patch 8.2.3500: Github CI fails to install clang

Problem:    Github CI fails to install clang.
Solution:   Install llvm-11 explicitly. (Christian Brabandt, closes #8993)
This commit is contained in:
Christian Brabandt
2021-10-12 12:02:49 +01:00
committed by Bram Moolenaar
parent 3d031a0ae7
commit 3a724290c5
2 changed files with 3 additions and 1 deletions

View File

@@ -757,6 +757,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3500,
/**/
3499,
/**/