commit | 3a724290c5dd8e4b7c9a1fa8941b81f6f80db00a | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Oct 12 12:02:49 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 12 12:02:49 2021 +0100 |
tree | ed11b219e3a28907a07c943633bd3394e1e7f9d7 | |
parent | 3d031a0ae791f901c0c2dedd5d8b9de137c23acc [diff] |
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)
diff --git a/src/version.c b/src/version.c index 8497e7d..e09abfa 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3500, +/**/ 3499, /**/ 3498,